Html Css Color HEX #E2425C Cerise

📋 copy color: '#E2425C'

red 226 ◦ green 66 ◦ blue 92

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

Shades of Cerise #E2425C

Tints of Cerise #E2425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

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

R = 58.85%
G = 17.19%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2425C (or 0xE2425C) is known color: Cerise. HEX triplet: E2, 42 and 5C. RGB value is (226,66,92). Sum of RGB (Red+Green+Blue) = 226+66+92=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2425C is #1DBDA3. Grayscale: #747474. Windows color (decimal): -1949092 or 6046434. OLE color: 6046434.

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

Color convert

RGB 226 66 92 -
CMYK 0 0.71 0.59 0.11
HSL 350.25º 0.73% 0.57% -
HSV(B) 350.25º 0.71% 0.89% -
XYZ 35.24 20.84 12.29 -
YUV 116.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 226 66 92 0 0.71 0.59 0.11 350.25 0.73 0.57
Hex E2 42 5C 0 47 3B B 15E 49 39
Octal 342 102 134 0 107 73 13 536 111 71
Binary 11100010 1000010 1011100 0 1000111 111011 1011 101011110 1001001 111001

Color Harmonies of #E2425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2425C

Black with #E2425C

Text Example


Text Example

White with #E2425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2425C; }

 p { color: rgb(226,66,92); }

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

background-color css

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

 a { background-color: rgb(226,66,92); }

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

border-color css

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

 span { border-color: rgb(226,66,92); }

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