Html Css Color HEX #EB277A Deep Cerise

📋 copy color: '#EB277A'

red 235 ◦ green 39 ◦ blue 122

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

Shades of Deep Cerise #EB277A

Tints of Deep Cerise #EB277A

RGB

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

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

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

R = 59.34%
G = 9.85%
B = 30.81%

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

#EB277A (or 0xEB277A) is known color: Deep Cerise. HEX triplet: EB, 27 and 7A. RGB value is (235,39,122). Sum of RGB (Red+Green+Blue) = 235+39+122=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB277A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB277A is #14D885. Grayscale: #6A6A6A. Windows color (decimal): -1366150 or 8005611. OLE color: 8005611.

HSL color Cylindrical-coordinate representation of color #EB277A: hue angle of 334.59º 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 #EB277A is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 39 122 -
CMYK 0 0.83 0.48 0.08
HSL 334.59º 0.83% 0.54% -
HSV(B) 334.59º 0.83% 0.92% -
XYZ 38.5 20.52 20.34 -
YUV 107.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 235 39 122 0 0.83 0.48 0.08 334.59 0.83 0.54
Hex EB 27 7A 0 53 30 8 14F 53 36
Octal 353 47 172 0 123 60 10 517 123 66
Binary 11101011 100111 1111010 0 1010011 110000 1000 101001111 1010011 110110

Color Harmonies of #EB277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB277A

Black with #EB277A

Text Example


Text Example

White with #EB277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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