Html Css Color HEX #EE258A Deep Cerise

📋 copy color: '#EE258A'

red 238 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #EE258A

Tints of Deep Cerise #EE258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 57.63%
G = 8.96%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE258A (or 0xEE258A) is known color: Deep Cerise. HEX triplet: EE, 25 and 8A. RGB value is (238,37,138). Sum of RGB (Red+Green+Blue) = 238+37+138=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE258A is #11DA75. Grayscale: #6C6C6C. Windows color (decimal): -1170038 or 9053678. OLE color: 9053678.

HSL color Cylindrical-coordinate representation of color #EE258A: hue angle of 329.85º 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 #EE258A is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 138 -
CMYK 0 0.84 0.42 0.07
HSL 329.85º 0.86% 0.54% -
HSV(B) 329.85º 0.84% 0.93% -
XYZ 40.51 21.34 26.03 -
YUV 108.61 144.59 220.29 -
System Red Green Blue C M Y K H S L
Decimal 238 37 138 0 0.84 0.42 0.07 329.85 0.86 0.54
Hex EE 25 8A 0 54 2A 7 14A 56 36
Octal 356 45 212 0 124 52 7 512 126 66
Binary 11101110 100101 10001010 0 1010100 101010 111 101001010 1010110 110110

Color Harmonies of #EE258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE258A

Black with #EE258A

Text Example


Text Example

White with #EE258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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