Html Css Color HEX #E2425A Cerise

📋 copy color: '#E2425A'

red 226 ◦ green 66 ◦ blue 90

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

Shades of Cerise #E2425A

Tints of Cerise #E2425A

RGB

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

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

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

R = 59.16%
G = 17.28%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2425A (or 0xE2425A) is known color: Cerise. HEX triplet: E2, 42 and 5A. RGB value is (226,66,90). Sum of RGB (Red+Green+Blue) = 226+66+90=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2425A is #1DBDA5. Grayscale: #747474. Windows color (decimal): -1949094 or 5915362. OLE color: 5915362.

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

Color convert

RGB 226 66 90 -
CMYK 0 0.71 0.60 0.11
HSL 351º 0.73% 0.57% -
HSV(B) 351º 0.71% 0.89% -
XYZ 35.16 20.8 11.84 -
YUV 116.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 226 66 90 0 0.71 0.60 0.11 351 0.73 0.57
Hex E2 42 5A 0 47 3C B 15F 49 39
Octal 342 102 132 0 107 74 13 537 111 71
Binary 11100010 1000010 1011010 0 1000111 111100 1011 101011111 1001001 111001

Color Harmonies of #E2425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2425A

Black with #E2425A

Text Example


Text Example

White with #E2425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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