Html Css Color HEX #EB1A7B Deep Cerise

📋 copy color: '#EB1A7B'

red 235 ◦ green 26 ◦ blue 123

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

Shades of Deep Cerise #EB1A7B

Tints of Deep Cerise #EB1A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

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

R = 61.2%
G = 6.77%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB1A7B (or 0xEB1A7B) is known color: Deep Cerise. HEX triplet: EB, 1A and 7B. RGB value is (235,26,123). Sum of RGB (Red+Green+Blue) = 235+26+123=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1A7B is #14E584. Grayscale: #636363. Windows color (decimal): -1369477 or 8067819. OLE color: 8067819.

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

Color convert

RGB 235 26 123 -
CMYK 0 0.89 0.48 0.08
HSL 332.15º 0.84% 0.51% -
HSV(B) 332.15º 0.89% 0.92% -
XYZ 38.21 19.83 20.55 -
YUV 99.55 141.24 224.61 -
System Red Green Blue C M Y K H S L
Decimal 235 26 123 0 0.89 0.48 0.08 332.15 0.84 0.51
Hex EB 1A 7B 0 59 30 8 14C 54 33
Octal 353 32 173 0 131 60 10 514 124 63
Binary 11101011 11010 1111011 0 1011001 110000 1000 101001100 1010100 110011

Color Harmonies of #EB1A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A7B

Black with #EB1A7B

Text Example


Text Example

White with #EB1A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A7B; }

 p { color: rgb(235,26,123); }

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

background-color css

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

 a { background-color: rgb(235,26,123); }

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

border-color css

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

 span { border-color: rgb(235,26,123); }

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