Html Css Color HEX #EF3286 Deep Cerise

📋 copy color: '#EF3286'

red 239 ◦ green 50 ◦ blue 134

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

Shades of Deep Cerise #EF3286

Tints of Deep Cerise #EF3286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.82%

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 56.5%
G = 11.82%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF3286 (or 0xEF3286) is known color: Deep Cerise. HEX triplet: EF, 32 and 86. RGB value is (239,50,134). Sum of RGB (Red+Green+Blue) = 239+50+134=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3286 is #10CD79. Grayscale: #737373. Windows color (decimal): -1101178 or 8794863. OLE color: 8794863.

HSL color Cylindrical-coordinate representation of color #EF3286: hue angle of 333.33º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3286 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 134 -
CMYK 0 0.79 0.44 0.06
HSL 333.33º 0.86% 0.57% -
HSV(B) 333.33º 0.79% 0.94% -
XYZ 41.04 22.35 24.71 -
YUV 116.09 138.12 215.67 -
System Red Green Blue C M Y K H S L
Decimal 239 50 134 0 0.79 0.44 0.06 333.33 0.86 0.57
Hex EF 32 86 0 4F 2C 6 14D 56 39
Octal 357 62 206 0 117 54 6 515 126 71
Binary 11101111 110010 10000110 0 1001111 101100 110 101001101 1010110 111001

Color Harmonies of #EF3286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3286

Black with #EF3286

Text Example


Text Example

White with #EF3286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3286; }

 p { color: rgb(239,50,134); }

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

background-color css

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

 a { background-color: rgb(239,50,134); }

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

border-color css

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

 span { border-color: rgb(239,50,134); }

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