Html Css Color HEX #E2405A Cerise

📋 copy color: '#E2405A'

red 226 ◦ green 64 ◦ blue 90

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

Shades of Cerise #E2405A

Tints of Cerise #E2405A

RGB

 RED value IS 226 (88.67% from 255) = 59.47%

 GREEN value IS 64 (25.39% from 255) = 16.84%

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 59.47%
G = 16.84%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2405A (or 0xE2405A) is known color: Cerise. HEX triplet: E2, 40 and 5A. RGB value is (226,64,90). Sum of RGB (Red+Green+Blue) = 226+64+90=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E2405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2405A is #1DBFA5. Grayscale: #737373. Windows color (decimal): -1949606 or 5914850. OLE color: 5914850.

HSL color Cylindrical-coordinate representation of color #E2405A: hue angle of 350.37º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2405A is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 64 90 -
CMYK 0 0.72 0.60 0.11
HSL 350.37º 0.74% 0.57% -
HSV(B) 350.37º 0.72% 0.89% -
XYZ 35.04 20.57 11.8 -
YUV 115.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 226 64 90 0 0.72 0.60 0.11 350.37 0.74 0.57
Hex E2 40 5A 0 48 3C B 15E 4A 39
Octal 342 100 132 0 110 74 13 536 112 71
Binary 11100010 1000000 1011010 0 1001000 111100 1011 101011110 1001010 111001

Color Harmonies of #E2405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2405A

Black with #E2405A

Text Example


Text Example

White with #E2405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2405A; }

 p { color: rgb(226,64,90); }

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

background-color css

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

 a { background-color: rgb(226,64,90); }

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

border-color css

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

 span { border-color: rgb(226,64,90); }

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