Html Css Color HEX #E1275E Cerise

📋 copy color: '#E1275E'

red 225 ◦ green 39 ◦ blue 94

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

Shades of Cerise #E1275E

Tints of Cerise #E1275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 62.85%
G = 10.89%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1275E (or 0xE1275E) is known color: Cerise. HEX triplet: E1, 27 and 5E. RGB value is (225,39,94). Sum of RGB (Red+Green+Blue) = 225+39+94=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1275E is #1ED8A1. Grayscale: #646464. Windows color (decimal): -2021538 or 6170593. OLE color: 6170593.

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

Color convert

RGB 225 39 94 -
CMYK 0 0.83 0.58 0.12
HSL 342.26º 0.76% 0.52% -
HSV(B) 342.26º 0.83% 0.88% -
XYZ 33.8 18.27 12.33 -
YUV 100.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 225 39 94 0 0.83 0.58 0.12 342.26 0.76 0.52
Hex E1 27 5E 0 53 3A C 156 4C 34
Octal 341 47 136 0 123 72 14 526 114 64
Binary 11100001 100111 1011110 0 1010011 111010 1100 101010110 1001100 110100

Color Harmonies of #E1275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1275E

Black with #E1275E

Text Example


Text Example

White with #E1275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1275E; }

 p { color: rgb(225,39,94); }

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

background-color css

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

 a { background-color: rgb(225,39,94); }

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

border-color css

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

 span { border-color: rgb(225,39,94); }

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