Html Css Color HEX #EF3E8B Violet Red

📋 copy color: '#EF3E8B'

red 239 ◦ green 62 ◦ blue 139

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

Shades of Violet Red #EF3E8B

Tints of Violet Red #EF3E8B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.09%

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

R = 54.32%
G = 14.09%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF3E8B (or 0xEF3E8B) is known color: Violet Red. HEX triplet: EF, 3E and 8B. RGB value is (239,62,139). Sum of RGB (Red+Green+Blue) = 239+62+139=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3E8B is #10C174. Grayscale: #7B7B7B. Windows color (decimal): -1098101 or 9125615. OLE color: 9125615.

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

Color convert

RGB 239 62 139 -
CMYK 0 0.74 0.42 0.06
HSL 333.9º 0.85% 0.59% -
HSV(B) 333.9º 0.74% 0.94% -
XYZ 41.98 23.66 26.78 -
YUV 123.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 239 62 139 0 0.74 0.42 0.06 333.9 0.85 0.59
Hex EF 3E 8B 0 4A 2A 6 14E 55 3B
Octal 357 76 213 0 112 52 6 516 125 73
Binary 11101111 111110 10001011 0 1001010 101010 110 101001110 1010101 111011

Color Harmonies of #EF3E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3E8B

Black with #EF3E8B

Text Example


Text Example

White with #EF3E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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