Html Css Color HEX #EE258C Deep Cerise

📋 copy color: '#EE258C'

red 238 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #EE258C

Tints of Deep Cerise #EE258C

RGB

 RED value IS 238 (93.36% from 255) = 57.35%

 GREEN value IS 37 (14.84% from 255) = 8.92%

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

R = 57.35%
G = 8.92%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE258C (or 0xEE258C) is known color: Deep Cerise. HEX triplet: EE, 25 and 8C. RGB value is (238,37,140). Sum of RGB (Red+Green+Blue) = 238+37+140=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE258C is #11DA73. Grayscale: #6C6C6C. Windows color (decimal): -1170036 or 9184750. OLE color: 9184750.

HSL color Cylindrical-coordinate representation of color #EE258C: hue angle of 329.25º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE258C is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 140 -
CMYK 0 0.84 0.41 0.07
HSL 329.25º 0.86% 0.54% -
HSV(B) 329.25º 0.84% 0.93% -
XYZ 40.66 21.39 26.8 -
YUV 108.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 238 37 140 0 0.84 0.41 0.07 329.25 0.86 0.54
Hex EE 25 8C 0 54 29 7 149 56 36
Octal 356 45 214 0 124 51 7 511 126 66
Binary 11101110 100101 10001100 0 1010100 101001 111 101001001 1010110 110110

Color Harmonies of #EE258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE258C

Black with #EE258C

Text Example


Text Example

White with #EE258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE258C; }

 p { color: rgb(238,37,140); }

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

background-color css

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

 a { background-color: rgb(238,37,140); }

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

border-color css

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

 span { border-color: rgb(238,37,140); }

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