#EB267F

Color #EB267F Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #EB267F

Tints of Deep Cerise #EB267F

Color information

#EB267F (or 0xEB267F) is unknown color: approx Deep Cerise. HEX triplet: EB, 26 and 7F. RGB value is (235,38,127). Sum of RGB (Red+Green+Blue) = 235+38+127=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB267F is #14D980. Grayscale: #6A6A6A. Windows color (decimal): -1366401 or 8333035. OLE color: 8333035.

HSL color Cylindrical-coordinate representation of color #EB267F: hue angle of 332.89º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB267F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB23538127-
CMYK00.840.460.08
HSL332.89º83.12%53.53%-
HSV(B)332.89º83.83%92.16%-
XYZ38.7820.5822.01-
YUV107.05139.27219.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.75%
GREEN value IS 38 (15.23% from 255) = 9.5%
BLUE value IS 127 (50% from 255) = 31.75%
R=58.75%
G=9.5%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353812700.840.460.08332.8983.1253.53
HexEB267F0542E814d5336
Octal353461770124561051512366
Binary1110101110011011111110101010010111010001010011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB267F; }

 p { color: rgb(235,38,127); }

 H1.HeaderClassName
 {
   color: #EB267F;
 }
 .AnyTagClassName
 {
   color: #EB267F;
 }
</style>
background-color css

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

 a { background-color: rgb(235,38,127); }

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

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

 span { border-color: rgb(235,38,127); }

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