Html Css Color HEX #E1275F Cerise

📋 copy color: '#E1275F'

red 225 ◦ green 39 ◦ blue 95

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

Shades of Cerise #E1275F

Tints of Cerise #E1275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 62.67%
G = 10.86%
B = 26.46%

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

#E1275F (or 0xE1275F) is known color: Cerise. HEX triplet: E1, 27 and 5F. RGB value is (225,39,95). Sum of RGB (Red+Green+Blue) = 225+39+95=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1275F is #1ED8A0. Grayscale: #646464. Windows color (decimal): -2021537 or 6236129. OLE color: 6236129.

HSL color Cylindrical-coordinate representation of color #E1275F: hue angle of 341.94º 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 #E1275F is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 39 95 -
CMYK 0 0.83 0.58 0.12
HSL 341.94º 0.76% 0.52% -
HSV(B) 341.94º 0.83% 0.88% -
XYZ 33.84 18.28 12.57 -
YUV 101 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 225 39 95 0 0.83 0.58 0.12 341.94 0.76 0.52
Hex E1 27 5F 0 53 3A C 156 4C 34
Octal 341 47 137 0 123 72 14 526 114 64
Binary 11100001 100111 1011111 0 1010011 111010 1100 101010110 1001100 110100

Color Harmonies of #E1275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1275F

Black with #E1275F

Text Example


Text Example

White with #E1275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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