Html Css Color HEX #EE268C Deep Cerise

📋 copy color: '#EE268C'

red 238 ◦ green 38 ◦ blue 140

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

Shades of Deep Cerise #EE268C

Tints of Deep Cerise #EE268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

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

R = 57.21%
G = 9.13%
B = 33.65%

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

#EE268C (or 0xEE268C) is known color: Deep Cerise. HEX triplet: EE, 26 and 8C. RGB value is (238,38,140). Sum of RGB (Red+Green+Blue) = 238+38+140=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE268C is #11D973. Grayscale: #6D6D6D. Windows color (decimal): -1169780 or 9185006. OLE color: 9185006.

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

Color convert

RGB 238 38 140 -
CMYK 0 0.84 0.41 0.07
HSL 329.4º 0.85% 0.54% -
HSV(B) 329.4º 0.84% 0.93% -
XYZ 40.69 21.46 26.81 -
YUV 109.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 238 38 140 0 0.84 0.41 0.07 329.4 0.85 0.54
Hex EE 26 8C 0 54 29 7 149 55 36
Octal 356 46 214 0 124 51 7 511 125 66
Binary 11101110 100110 10001100 0 1010100 101001 111 101001001 1010101 110110

Color Harmonies of #EE268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE268C

Black with #EE268C

Text Example


Text Example

White with #EE268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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