Html Css Color HEX #E1257B Deep Cerise

📋 copy color: '#E1257B'

red 225 ◦ green 37 ◦ blue 123

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

Shades of Deep Cerise #E1257B

Tints of Deep Cerise #E1257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 58.44%
G = 9.61%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1257B (or 0xE1257B) is known color: Deep Cerise. HEX triplet: E1, 25 and 7B. RGB value is (225,37,123). Sum of RGB (Red+Green+Blue) = 225+37+123=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1257B is #1EDA84. Grayscale: #666666. Windows color (decimal): -2022021 or 8070625. OLE color: 8070625.

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

Color convert

RGB 225 37 123 -
CMYK 0 0.84 0.45 0.12
HSL 332.55º 0.76% 0.51% -
HSV(B) 332.55º 0.84% 0.88% -
XYZ 35.29 18.76 20.5 -
YUV 103.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 225 37 123 0 0.84 0.45 0.12 332.55 0.76 0.51
Hex E1 25 7B 0 54 2D C 14D 4C 33
Octal 341 45 173 0 124 55 14 515 114 63
Binary 11100001 100101 1111011 0 1010100 101101 1100 101001101 1001100 110011

Color Harmonies of #E1257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1257B

Black with #E1257B

Text Example


Text Example

White with #E1257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1257B; }

 p { color: rgb(225,37,123); }

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

background-color css

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

 a { background-color: rgb(225,37,123); }

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

border-color css

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

 span { border-color: rgb(225,37,123); }

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