Html Css Color HEX #EF468B Violet Red

📋 copy color: '#EF468B'

red 239 ◦ green 70 ◦ blue 139

#EF468B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #EF468B

Tints of Violet Red #EF468B

RGB

 RED value IS 239 (93.75% from 255) = 53.35%

 GREEN value IS 70 (27.73% from 255) = 15.63%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 53.35%
G = 15.63%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF468B (or 0xEF468B) is known color: Violet Red. HEX triplet: EF, 46 and 8B. RGB value is (239,70,139). Sum of RGB (Red+Green+Blue) = 239+70+139=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF468B is #10B974. Grayscale: #808080. Windows color (decimal): -1096053 or 9127663. OLE color: 9127663.

HSL color Cylindrical-coordinate representation of color #EF468B: hue angle of 335.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF468B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 70 139 -
CMYK 0 0.71 0.42 0.06
HSL 335.5º 0.84% 0.61% -
HSV(B) 335.5º 0.71% 0.94% -
XYZ 42.45 24.6 26.94 -
YUV 128.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 239 70 139 0 0.71 0.42 0.06 335.5 0.84 0.61
Hex EF 46 8B 0 47 2A 6 150 54 3D
Octal 357 106 213 0 107 52 6 520 124 75
Binary 11101111 1000110 10001011 0 1000111 101010 110 101010000 1010100 111101

Color Harmonies of #EF468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF468B

Black with #EF468B

Text Example


Text Example

White with #EF468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF468B; }

 p { color: rgb(239,70,139); }

 H1.HeaderClassName
 {
   color: #EF468B;
 }
 .AnyTagClassName
 {
   color: #EF468B;
 }
</style>

background-color css

<style>
 a { background-color: #EF468B; }

 a { background-color: rgb(239,70,139); }

 div.DivClassName
 {
   background-color: #EF468B;
 }
 .BgClassName
 {
   background-color: #EF468B;
 }
</style>

border-color css

<style>
 span { border-color: #EF468B; }

 span { border-color: rgb(239,70,139); }

 td.TdClassName
 {
   border-color: #EF468B;
 }
 .TagClassName
 {
   border-color: #EF468B;
 }
</style>