Html Css Color HEX #EE285F Cerise

📋 copy color: '#EE285F'

red 238 ◦ green 40 ◦ blue 95

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

Shades of Cerise #EE285F

Tints of Cerise #EE285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 63.81%
G = 10.72%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE285F (or 0xEE285F) is known color: Cerise. HEX triplet: EE, 28 and 5F. RGB value is (238,40,95). Sum of RGB (Red+Green+Blue) = 238+40+95=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE285F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE285F is #11D7A0. Grayscale: #696969. Windows color (decimal): -1169313 or 6236398. OLE color: 6236398.

HSL color Cylindrical-coordinate representation of color #EE285F: hue angle of 343.33º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE285F is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 40 95 -
CMYK 0 0.83 0.60 0.07
HSL 343.33º 0.85% 0.55% -
HSV(B) 343.33º 0.83% 0.93% -
XYZ 38.08 20.52 12.78 -
YUV 105.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 238 40 95 0 0.83 0.60 0.07 343.33 0.85 0.55
Hex EE 28 5F 0 53 3C 7 157 55 37
Octal 356 50 137 0 123 74 7 527 125 67
Binary 11101110 101000 1011111 0 1010011 111100 111 101010111 1010101 110111

Color Harmonies of #EE285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE285F

Black with #EE285F

Text Example


Text Example

White with #EE285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE285F; }

 p { color: rgb(238,40,95); }

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

background-color css

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

 a { background-color: rgb(238,40,95); }

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

border-color css

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

 span { border-color: rgb(238,40,95); }

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