Html Css Color HEX #EB277F Deep Cerise

📋 copy color: '#EB277F'

red 235 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #EB277F

Tints of Deep Cerise #EB277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 58.6%
G = 9.73%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB277F (or 0xEB277F) is known color: Deep Cerise. HEX triplet: EB, 27 and 7F. RGB value is (235,39,127). Sum of RGB (Red+Green+Blue) = 235+39+127=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB277F is #14D880. Grayscale: #6B6B6B. Windows color (decimal): -1366145 or 8333291. OLE color: 8333291.

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

Color convert

RGB 235 39 127 -
CMYK 0 0.83 0.46 0.08
HSL 333.06º 0.83% 0.54% -
HSV(B) 333.06º 0.83% 0.92% -
XYZ 38.82 20.65 22.02 -
YUV 107.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 235 39 127 0 0.83 0.46 0.08 333.06 0.83 0.54
Hex EB 27 7F 0 53 2E 8 14D 53 36
Octal 353 47 177 0 123 56 10 515 123 66
Binary 11101011 100111 1111111 0 1010011 101110 1000 101001101 1010011 110110

Color Harmonies of #EB277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB277F

Black with #EB277F

Text Example


Text Example

White with #EB277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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