Html Css Color HEX #E1277A Deep Cerise

📋 copy color: '#E1277A'

red 225 ◦ green 39 ◦ blue 122

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

Shades of Deep Cerise #E1277A

Tints of Deep Cerise #E1277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 58.29%
G = 10.1%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1277A (or 0xE1277A) is known color: Deep Cerise. HEX triplet: E1, 27 and 7A. RGB value is (225,39,122). Sum of RGB (Red+Green+Blue) = 225+39+122=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1277A is #1ED885. Grayscale: #676767. Windows color (decimal): -2021510 or 8005601. OLE color: 8005601.

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

Color convert

RGB 225 39 122 -
CMYK 0 0.83 0.46 0.12
HSL 333.23º 0.76% 0.52% -
HSV(B) 333.23º 0.83% 0.88% -
XYZ 35.29 18.86 20.19 -
YUV 104.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 225 39 122 0 0.83 0.46 0.12 333.23 0.76 0.52
Hex E1 27 7A 0 53 2E C 14D 4C 34
Octal 341 47 172 0 123 56 14 515 114 64
Binary 11100001 100111 1111010 0 1010011 101110 1100 101001101 1001100 110100

Color Harmonies of #E1277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1277A

Black with #E1277A

Text Example


Text Example

White with #E1277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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