Html Css Color HEX #EB277B Deep Cerise

📋 copy color: '#EB277B'

red 235 ◦ green 39 ◦ blue 123

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

Shades of Deep Cerise #EB277B

Tints of Deep Cerise #EB277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.82%

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

R = 59.19%
G = 9.82%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB277B (or 0xEB277B) is known color: Deep Cerise. HEX triplet: EB, 27 and 7B. RGB value is (235,39,123). Sum of RGB (Red+Green+Blue) = 235+39+123=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB277B is #14D884. Grayscale: #6B6B6B. Windows color (decimal): -1366149 or 8071147. OLE color: 8071147.

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

Color convert

RGB 235 39 123 -
CMYK 0 0.83 0.48 0.08
HSL 334.29º 0.83% 0.54% -
HSV(B) 334.29º 0.83% 0.92% -
XYZ 38.56 20.54 20.67 -
YUV 107.18 136.93 219.17 -
System Red Green Blue C M Y K H S L
Decimal 235 39 123 0 0.83 0.48 0.08 334.29 0.83 0.54
Hex EB 27 7B 0 53 30 8 14E 53 36
Octal 353 47 173 0 123 60 10 516 123 66
Binary 11101011 100111 1111011 0 1010011 110000 1000 101001110 1010011 110110

Color Harmonies of #EB277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB277B

Black with #EB277B

Text Example


Text Example

White with #EB277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB277B; }

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

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

background-color css

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

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

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

border-color css

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

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

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