Html Css Color HEX #E2305E Cerise

📋 copy color: '#E2305E'

red 226 ◦ green 48 ◦ blue 94

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

Shades of Cerise #E2305E

Tints of Cerise #E2305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 61.41%
G = 13.04%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2305E (or 0xE2305E) is known color: Cerise. HEX triplet: E2, 30 and 5E. RGB value is (226,48,94). Sum of RGB (Red+Green+Blue) = 226+48+94=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2305E is #1DCFA1. Grayscale: #6A6A6A. Windows color (decimal): -1953698 or 6172898. OLE color: 6172898.

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

Color convert

RGB 226 48 94 -
CMYK 0 0.79 0.58 0.11
HSL 344.49º 0.75% 0.54% -
HSV(B) 344.49º 0.79% 0.89% -
XYZ 34.44 19.09 12.46 -
YUV 106.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 226 48 94 0 0.79 0.58 0.11 344.49 0.75 0.54
Hex E2 30 5E 0 4F 3A B 158 4B 36
Octal 342 60 136 0 117 72 13 530 113 66
Binary 11100010 110000 1011110 0 1001111 111010 1011 101011000 1001011 110110

Color Harmonies of #E2305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2305E

Black with #E2305E

Text Example


Text Example

White with #E2305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2305E; }

 p { color: rgb(226,48,94); }

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

background-color css

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

 a { background-color: rgb(226,48,94); }

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

border-color css

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

 span { border-color: rgb(226,48,94); }

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