Html Css Color HEX #E2375A Cerise

📋 copy color: '#E2375A'

red 226 ◦ green 55 ◦ blue 90

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

Shades of Cerise #E2375A

Tints of Cerise #E2375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

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

R = 60.92%
G = 14.82%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2375A (or 0xE2375A) is known color: Cerise. HEX triplet: E2, 37 and 5A. RGB value is (226,55,90). Sum of RGB (Red+Green+Blue) = 226+55+90=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2375A is #1DC8A5. Grayscale: #6E6E6E. Windows color (decimal): -1951910 or 5912546. OLE color: 5912546.

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

Color convert

RGB 226 55 90 -
CMYK 0 0.76 0.60 0.11
HSL 347.72º 0.75% 0.55% -
HSV(B) 347.72º 0.76% 0.89% -
XYZ 34.58 19.64 11.64 -
YUV 110.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 226 55 90 0 0.76 0.60 0.11 347.72 0.75 0.55
Hex E2 37 5A 0 4C 3C B 15C 4B 37
Octal 342 67 132 0 114 74 13 534 113 67
Binary 11100010 110111 1011010 0 1001100 111100 1011 101011100 1001011 110111

Color Harmonies of #E2375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2375A

Black with #E2375A

Text Example


Text Example

White with #E2375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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