Html Css Color HEX #EE325F Cerise

📋 copy color: '#EE325F'

red 238 ◦ green 50 ◦ blue 95

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

Shades of Cerise #EE325F

Tints of Cerise #EE325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

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

R = 62.14%
G = 13.05%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE325F (or 0xEE325F) is known color: Cerise. HEX triplet: EE, 32 and 5F. RGB value is (238,50,95). Sum of RGB (Red+Green+Blue) = 238+50+95=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE325F is #11CDA0. Grayscale: #6F6F6F. Windows color (decimal): -1166753 or 6238958. OLE color: 6238958.

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

Color convert

RGB 238 50 95 -
CMYK 0 0.79 0.60 0.07
HSL 345.64º 0.85% 0.56% -
HSV(B) 345.64º 0.79% 0.93% -
XYZ 38.47 21.28 12.91 -
YUV 111.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 238 50 95 0 0.79 0.60 0.07 345.64 0.85 0.56
Hex EE 32 5F 0 4F 3C 7 15A 55 38
Octal 356 62 137 0 117 74 7 532 125 70
Binary 11101110 110010 1011111 0 1001111 111100 111 101011010 1010101 111000

Color Harmonies of #EE325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE325F

Black with #EE325F

Text Example


Text Example

White with #EE325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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