Html Css Color HEX #EE267F Deep Cerise

📋 copy color: '#EE267F'

red 238 ◦ green 38 ◦ blue 127

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

Shades of Deep Cerise #EE267F

Tints of Deep Cerise #EE267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 59.06%
G = 9.43%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE267F (or 0xEE267F) is known color: Deep Cerise. HEX triplet: EE, 26 and 7F. RGB value is (238,38,127). Sum of RGB (Red+Green+Blue) = 238+38+127=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE267F is #11D980. Grayscale: #6B6B6B. Windows color (decimal): -1169793 or 8333038. OLE color: 8333038.

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

Color convert

RGB 238 38 127 -
CMYK 0 0.84 0.47 0.07
HSL 333.3º 0.85% 0.54% -
HSV(B) 333.3º 0.84% 0.93% -
XYZ 39.78 21.1 22.05 -
YUV 107.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 238 38 127 0 0.84 0.47 0.07 333.3 0.85 0.54
Hex EE 26 7F 0 54 2F 7 14D 55 36
Octal 356 46 177 0 124 57 7 515 125 66
Binary 11101110 100110 1111111 0 1010100 101111 111 101001101 1010101 110110

Color Harmonies of #EE267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE267F

Black with #EE267F

Text Example


Text Example

White with #EE267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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