Html Css Color HEX #E1267B Deep Cerise

📋 copy color: '#E1267B'

red 225 ◦ green 38 ◦ blue 123

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

Shades of Deep Cerise #E1267B

Tints of Deep Cerise #E1267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.84%

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

R = 58.29%
G = 9.84%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1267B (or 0xE1267B) is known color: Deep Cerise. HEX triplet: E1, 26 and 7B. RGB value is (225,38,123). Sum of RGB (Red+Green+Blue) = 225+38+123=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1267B is #1ED984. Grayscale: #676767. Windows color (decimal): -2021765 or 8070881. OLE color: 8070881.

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

Color convert

RGB 225 38 123 -
CMYK 0 0.83 0.45 0.12
HSL 332.73º 0.76% 0.52% -
HSV(B) 332.73º 0.83% 0.88% -
XYZ 35.32 18.82 20.51 -
YUV 103.6 138.95 214.59 -
System Red Green Blue C M Y K H S L
Decimal 225 38 123 0 0.83 0.45 0.12 332.73 0.76 0.52
Hex E1 26 7B 0 53 2D C 14D 4C 34
Octal 341 46 173 0 123 55 14 515 114 64
Binary 11100001 100110 1111011 0 1010011 101101 1100 101001101 1001100 110100

Color Harmonies of #E1267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1267B

Black with #E1267B

Text Example


Text Example

White with #E1267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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