Html Css Color HEX #EF2384 Deep Cerise

📋 copy color: '#EF2384'

red 239 ◦ green 35 ◦ blue 132

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

Shades of Deep Cerise #EF2384

Tints of Deep Cerise #EF2384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.62%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 58.87%
G = 8.62%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF2384 (or 0xEF2384) is known color: Deep Cerise. HEX triplet: EF, 23 and 84. RGB value is (239,35,132). Sum of RGB (Red+Green+Blue) = 239+35+132=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2384 is #10DC7B. Grayscale: #6A6A6A. Windows color (decimal): -1105020 or 8659951. OLE color: 8659951.

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

Color convert

RGB 239 35 132 -
CMYK 0 0.85 0.45 0.06
HSL 331.47º 0.86% 0.54% -
HSV(B) 331.47º 0.85% 0.94% -
XYZ 40.36 21.22 23.8 -
YUV 107.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 239 35 132 0 0.85 0.45 0.06 331.47 0.86 0.54
Hex EF 23 84 0 55 2D 6 14B 56 36
Octal 357 43 204 0 125 55 6 513 126 66
Binary 11101111 100011 10000100 0 1010101 101101 110 101001011 1010110 110110

Color Harmonies of #EF2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2384

Black with #EF2384

Text Example


Text Example

White with #EF2384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2384; }

 p { color: rgb(239,35,132); }

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

background-color css

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

 a { background-color: rgb(239,35,132); }

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

border-color css

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

 span { border-color: rgb(239,35,132); }

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