Html Css Color HEX #E2405F Cerise

📋 copy color: '#E2405F'

red 226 ◦ green 64 ◦ blue 95

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

Shades of Cerise #E2405F

Tints of Cerise #E2405F

RGB

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

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

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

R = 58.7%
G = 16.62%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2405F (or 0xE2405F) is known color: Cerise. HEX triplet: E2, 40 and 5F. RGB value is (226,64,95). Sum of RGB (Red+Green+Blue) = 226+64+95=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2405F is #1DBFA0. Grayscale: #747474. Windows color (decimal): -1949601 or 6242530. OLE color: 6242530.

HSL color Cylindrical-coordinate representation of color #E2405F: hue angle of 348.52º 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 #E2405F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 64 95 -
CMYK 0 0.72 0.58 0.11
HSL 348.52º 0.74% 0.57% -
HSV(B) 348.52º 0.72% 0.89% -
XYZ 35.26 20.66 12.96 -
YUV 115.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 226 64 95 0 0.72 0.58 0.11 348.52 0.74 0.57
Hex E2 40 5F 0 48 3A B 15D 4A 39
Octal 342 100 137 0 110 72 13 535 112 71
Binary 11100010 1000000 1011111 0 1001000 111010 1011 101011101 1001010 111001

Color Harmonies of #E2405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2405F

Black with #E2405F

Text Example


Text Example

White with #E2405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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