Html Css Color HEX #EE268A Deep Cerise

📋 copy color: '#EE268A'

red 238 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #EE268A

Tints of Deep Cerise #EE268A

RGB

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

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

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

R = 57.49%
G = 9.18%
B = 33.33%

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

#EE268A (or 0xEE268A) is known color: Deep Cerise. HEX triplet: EE, 26 and 8A. RGB value is (238,38,138). Sum of RGB (Red+Green+Blue) = 238+38+138=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE268A is #11D975. Grayscale: #6D6D6D. Windows color (decimal): -1169782 or 9053934. OLE color: 9053934.

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

Color convert

RGB 238 38 138 -
CMYK 0 0.84 0.42 0.07
HSL 330º 0.85% 0.54% -
HSV(B) 330º 0.84% 0.93% -
XYZ 40.54 21.4 26.04 -
YUV 109.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 238 38 138 0 0.84 0.42 0.07 330 0.85 0.54
Hex EE 26 8A 0 54 2A 7 14A 55 36
Octal 356 46 212 0 124 52 7 512 125 66
Binary 11101110 100110 10001010 0 1010100 101010 111 101001010 1010101 110110

Color Harmonies of #EE268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE268A

Black with #EE268A

Text Example


Text Example

White with #EE268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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