Html Css Color HEX #EE2D6B Cerise

📋 copy color: '#EE2D6B'

red 238 ◦ green 45 ◦ blue 107

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

Shades of Cerise #EE2D6B

Tints of Cerise #EE2D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

 BLUE value IS 107 (42.19% from 255) = 27.44%

R = 61.03%
G = 11.54%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE2D6B (or 0xEE2D6B) is known color: Cerise. HEX triplet: EE, 2D and 6B. RGB value is (238,45,107). Sum of RGB (Red+Green+Blue) = 238+45+107=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2D6B is #11D294. Grayscale: #6D6D6D. Windows color (decimal): -1168021 or 7024110. OLE color: 7024110.

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

Color convert

RGB 238 45 107 -
CMYK 0 0.81 0.55 0.07
HSL 340.73º 0.85% 0.55% -
HSV(B) 340.73º 0.81% 0.93% -
XYZ 38.85 21.12 15.94 -
YUV 109.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 238 45 107 0 0.81 0.55 0.07 340.73 0.85 0.55
Hex EE 2D 6B 0 51 37 7 155 55 37
Octal 356 55 153 0 121 67 7 525 125 67
Binary 11101110 101101 1101011 0 1010001 110111 111 101010101 1010101 110111

Color Harmonies of #EE2D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2D6B

Black with #EE2D6B

Text Example


Text Example

White with #EE2D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2D6B; }

 p { color: rgb(238,45,107); }

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

background-color css

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

 a { background-color: rgb(238,45,107); }

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

border-color css

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

 span { border-color: rgb(238,45,107); }

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