Html Css Color HEX #E1285D Cerise

📋 copy color: '#E1285D'

red 225 ◦ green 40 ◦ blue 93

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

Shades of Cerise #E1285D

Tints of Cerise #E1285D

RGB

 RED value IS 225 (88.28% from 255) = 62.85%

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

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

R = 62.85%
G = 11.17%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1285D (or 0xE1285D) is known color: Cerise. HEX triplet: E1, 28 and 5D. RGB value is (225,40,93). Sum of RGB (Red+Green+Blue) = 225+40+93=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1285D is #1ED7A2. Grayscale: #656565. Windows color (decimal): -2021283 or 6105313. OLE color: 6105313.

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

Color convert

RGB 225 40 93 -
CMYK 0 0.82 0.59 0.12
HSL 342.81º 0.76% 0.52% -
HSV(B) 342.81º 0.82% 0.88% -
XYZ 33.79 18.32 12.11 -
YUV 101.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 225 40 93 0 0.82 0.59 0.12 342.81 0.76 0.52
Hex E1 28 5D 0 52 3B C 157 4C 34
Octal 341 50 135 0 122 73 14 527 114 64
Binary 11100001 101000 1011101 0 1010010 111011 1100 101010111 1001100 110100

Color Harmonies of #E1285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1285D

Black with #E1285D

Text Example


Text Example

White with #E1285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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