Html Css Color HEX #EF4288 Violet Red

📋 copy color: '#EF4288'

red 239 ◦ green 66 ◦ blue 136

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

Shades of Violet Red #EF4288

Tints of Violet Red #EF4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 54.2%
G = 14.97%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF4288 (or 0xEF4288) is known color: Violet Red. HEX triplet: EF, 42 and 88. RGB value is (239,66,136). Sum of RGB (Red+Green+Blue) = 239+66+136=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4288 is #10BD77. Grayscale: #7D7D7D. Windows color (decimal): -1097080 or 8930031. OLE color: 8930031.

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

Color convert

RGB 239 66 136 -
CMYK 0 0.72 0.43 0.06
HSL 335.72º 0.84% 0.6% -
HSV(B) 335.72º 0.72% 0.94% -
XYZ 41.99 24.02 25.72 -
YUV 125.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 239 66 136 0 0.72 0.43 0.06 335.72 0.84 0.6
Hex EF 42 88 0 48 2B 6 150 54 3C
Octal 357 102 210 0 110 53 6 520 124 74
Binary 11101111 1000010 10001000 0 1001000 101011 110 101010000 1010100 111100

Color Harmonies of #EF4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4288

Black with #EF4288

Text Example


Text Example

White with #EF4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4288; }

 p { color: rgb(239,66,136); }

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

background-color css

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

 a { background-color: rgb(239,66,136); }

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

border-color css

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

 span { border-color: rgb(239,66,136); }

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