Html Css Color HEX #EB1C7A Deep Cerise

📋 copy color: '#EB1C7A'

red 235 ◦ green 28 ◦ blue 122

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

Shades of Deep Cerise #EB1C7A

Tints of Deep Cerise #EB1C7A

RGB

 RED value IS 235 (92.19% from 255) = 61.04%

 GREEN value IS 28 (11.33% from 255) = 7.27%

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

R = 61.04%
G = 7.27%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB1C7A (or 0xEB1C7A) is known color: Deep Cerise. HEX triplet: EB, 1C and 7A. RGB value is (235,28,122). Sum of RGB (Red+Green+Blue) = 235+28+122=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C7A is #14E385. Grayscale: #646464. Windows color (decimal): -1368966 or 8002795. OLE color: 8002795.

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

Color convert

RGB 235 28 122 -
CMYK 0 0.88 0.48 0.08
HSL 332.75º 0.84% 0.52% -
HSV(B) 332.75º 0.88% 0.92% -
XYZ 38.19 19.9 20.24 -
YUV 100.61 140.08 223.86 -
System Red Green Blue C M Y K H S L
Decimal 235 28 122 0 0.88 0.48 0.08 332.75 0.84 0.52
Hex EB 1C 7A 0 58 30 8 14D 54 34
Octal 353 34 172 0 130 60 10 515 124 64
Binary 11101011 11100 1111010 0 1011000 110000 1000 101001101 1010100 110100

Color Harmonies of #EB1C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C7A

Black with #EB1C7A

Text Example


Text Example

White with #EB1C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C7A; }

 p { color: rgb(235,28,122); }

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

background-color css

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

 a { background-color: rgb(235,28,122); }

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

border-color css

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

 span { border-color: rgb(235,28,122); }

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