Html Css Color HEX #E5285C Cerise

📋 copy color: '#E5285C'

red 229 ◦ green 40 ◦ blue 92

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

Shades of Cerise #E5285C

Tints of Cerise #E5285C

RGB

 RED value IS 229 (89.84% from 255) = 63.43%

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 63.43%
G = 11.08%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5285C (or 0xE5285C) is known color: Cerise. HEX triplet: E5, 28 and 5C. RGB value is (229,40,92). Sum of RGB (Red+Green+Blue) = 229+40+92=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5285C is #1AD7A3. Grayscale: #666666. Windows color (decimal): -1759140 or 6039781. OLE color: 6039781.

HSL color Cylindrical-coordinate representation of color #E5285C: hue angle of 343.49º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5285C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 40 92 -
CMYK 0 0.83 0.60 0.10
HSL 343.49º 0.78% 0.53% -
HSV(B) 343.49º 0.83% 0.9% -
XYZ 35 18.95 11.94 -
YUV 102.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 229 40 92 0 0.83 0.60 0.10 343.49 0.78 0.53
Hex E5 28 5C 0 53 3C A 157 4E 35
Octal 345 50 134 0 123 74 12 527 116 65
Binary 11100101 101000 1011100 0 1010011 111100 1010 101010111 1001110 110101

Color Harmonies of #E5285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5285C

Black with #E5285C

Text Example


Text Example

White with #E5285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5285C; }

 p { color: rgb(229,40,92); }

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

background-color css

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

 a { background-color: rgb(229,40,92); }

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

border-color css

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

 span { border-color: rgb(229,40,92); }

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