Html Css Color HEX #E2285D Cerise

📋 copy color: '#E2285D'

red 226 ◦ green 40 ◦ blue 93

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

Shades of Cerise #E2285D

Tints of Cerise #E2285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 62.95%
G = 11.14%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2285D (or 0xE2285D) is known color: Cerise. HEX triplet: E2, 28 and 5D. RGB value is (226,40,93). Sum of RGB (Red+Green+Blue) = 226+40+93=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E2285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2285D is #1DD7A2. Grayscale: #656565. Windows color (decimal): -1955747 or 6105314. OLE color: 6105314.

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

Color convert

RGB 226 40 93 -
CMYK 0 0.82 0.59 0.11
HSL 342.9º 0.76% 0.52% -
HSV(B) 342.9º 0.82% 0.89% -
XYZ 34.1 18.48 12.13 -
YUV 101.66 123.12 216.69 -
System Red Green Blue C M Y K H S L
Decimal 226 40 93 0 0.82 0.59 0.11 342.9 0.76 0.52
Hex E2 28 5D 0 52 3B B 157 4C 34
Octal 342 50 135 0 122 73 13 527 114 64
Binary 11100010 101000 1011101 0 1010010 111011 1011 101010111 1001100 110100

Color Harmonies of #E2285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2285D

Black with #E2285D

Text Example


Text Example

White with #E2285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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