Html Css Color HEX #EF288B Deep Cerise

📋 copy color: '#EF288B'

red 239 ◦ green 40 ◦ blue 139

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

Shades of Deep Cerise #EF288B

Tints of Deep Cerise #EF288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

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

R = 57.18%
G = 9.57%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF288B (or 0xEF288B) is known color: Deep Cerise. HEX triplet: EF, 28 and 8B. RGB value is (239,40,139). Sum of RGB (Red+Green+Blue) = 239+40+139=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF288B is #10D774. Grayscale: #6E6E6E. Windows color (decimal): -1103733 or 9119983. OLE color: 9119983.

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

Color convert

RGB 239 40 139 -
CMYK 0 0.83 0.42 0.06
HSL 330.15º 0.86% 0.55% -
HSV(B) 330.15º 0.83% 0.94% -
XYZ 41.02 21.73 26.46 -
YUV 110.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 239 40 139 0 0.83 0.42 0.06 330.15 0.86 0.55
Hex EF 28 8B 0 53 2A 6 14A 56 37
Octal 357 50 213 0 123 52 6 512 126 67
Binary 11101111 101000 10001011 0 1010011 101010 110 101001010 1010110 110111

Color Harmonies of #EF288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF288B

Black with #EF288B

Text Example


Text Example

White with #EF288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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