Html Css Color HEX #E2285E Cerise

📋 copy color: '#E2285E'

red 226 ◦ green 40 ◦ blue 94

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

Shades of Cerise #E2285E

Tints of Cerise #E2285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 62.78%
G = 11.11%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2285E (or 0xE2285E) is known color: Cerise. HEX triplet: E2, 28 and 5E. RGB value is (226,40,94). Sum of RGB (Red+Green+Blue) = 226+40+94=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2285E is #1DD7A1. Grayscale: #656565. Windows color (decimal): -1955746 or 6170850. OLE color: 6170850.

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

Color convert

RGB 226 40 94 -
CMYK 0 0.82 0.58 0.11
HSL 342.58º 0.76% 0.52% -
HSV(B) 342.58º 0.82% 0.89% -
XYZ 34.14 18.49 12.36 -
YUV 101.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 226 40 94 0 0.82 0.58 0.11 342.58 0.76 0.52
Hex E2 28 5E 0 52 3A B 157 4C 34
Octal 342 50 136 0 122 72 13 527 114 64
Binary 11100010 101000 1011110 0 1010010 111010 1011 101010111 1001100 110100

Color Harmonies of #E2285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2285E

Black with #E2285E

Text Example


Text Example

White with #E2285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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