Html Css Color HEX #EF3F8C Violet Red

📋 copy color: '#EF3F8C'

red 239 ◦ green 63 ◦ blue 140

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

Shades of Violet Red #EF3F8C

Tints of Violet Red #EF3F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 14.25%

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 54.07%
G = 14.25%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF3F8C (or 0xEF3F8C) is known color: Violet Red. HEX triplet: EF, 3F and 8C. RGB value is (239,63,140). Sum of RGB (Red+Green+Blue) = 239+63+140=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3F8C is #10C073. Grayscale: #7C7C7C. Windows color (decimal): -1097844 or 9191407. OLE color: 9191407.

HSL color Cylindrical-coordinate representation of color #EF3F8C: hue angle of 333.75º 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 #EF3F8C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 63 140 -
CMYK 0 0.74 0.41 0.06
HSL 333.75º 0.85% 0.59% -
HSV(B) 333.75º 0.74% 0.94% -
XYZ 42.11 23.8 27.19 -
YUV 124.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 239 63 140 0 0.74 0.41 0.06 333.75 0.85 0.59
Hex EF 3F 8C 0 4A 29 6 14E 55 3B
Octal 357 77 214 0 112 51 6 516 125 73
Binary 11101111 111111 10001100 0 1001010 101001 110 101001110 1010101 111011

Color Harmonies of #EF3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3F8C

Black with #EF3F8C

Text Example


Text Example

White with #EF3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3F8C; }

 p { color: rgb(239,63,140); }

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

background-color css

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

 a { background-color: rgb(239,63,140); }

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

border-color css

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

 span { border-color: rgb(239,63,140); }

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