Html Css Color HEX #EB2A7B Deep Cerise

📋 copy color: '#EB2A7B'

red 235 ◦ green 42 ◦ blue 123

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

Shades of Deep Cerise #EB2A7B

Tints of Deep Cerise #EB2A7B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.5%

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

R = 58.75%
G = 10.5%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB2A7B (or 0xEB2A7B) is known color: Deep Cerise. HEX triplet: EB, 2A and 7B. RGB value is (235,42,123). Sum of RGB (Red+Green+Blue) = 235+42+123=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A7B is #14D584. Grayscale: #6C6C6C. Windows color (decimal): -1365381 or 8071915. OLE color: 8071915.

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

Color convert

RGB 235 42 123 -
CMYK 0 0.82 0.48 0.08
HSL 334.82º 0.83% 0.54% -
HSV(B) 334.82º 0.82% 0.92% -
XYZ 38.66 20.75 20.71 -
YUV 108.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 235 42 123 0 0.82 0.48 0.08 334.82 0.83 0.54
Hex EB 2A 7B 0 52 30 8 14F 53 36
Octal 353 52 173 0 122 60 10 517 123 66
Binary 11101011 101010 1111011 0 1010010 110000 1000 101001111 1010011 110110

Color Harmonies of #EB2A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A7B

Black with #EB2A7B

Text Example


Text Example

White with #EB2A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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