Html Css Color HEX #EB0A60 Razzmatazz

📋 copy color: '#EB0A60'

red 235 ◦ green 10 ◦ blue 96

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

Shades of Razzmatazz #EB0A60

Tints of Razzmatazz #EB0A60

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.93%

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 68.91%
G = 2.93%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB0A60 (or 0xEB0A60) is known color: Razzmatazz. HEX triplet: EB, 0A and 60. RGB value is (235,10,96). Sum of RGB (Red+Green+Blue) = 235+10+96=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A60 is #14F59F. Grayscale: #565656. Windows color (decimal): -1373600 or 6294251. OLE color: 6294251.

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

Color convert

RGB 235 10 96 -
CMYK 0 0.96 0.59 0.08
HSL 337.07º 0.92% 0.48% -
HSV(B) 337.07º 0.96% 0.92% -
XYZ 36.48 18.72 12.76 -
YUV 87.08 133.04 233.51 -
System Red Green Blue C M Y K H S L
Decimal 235 10 96 0 0.96 0.59 0.08 337.07 0.92 0.48
Hex EB A 60 0 60 3B 8 151 5C 30
Octal 353 12 140 0 140 73 10 521 134 60
Binary 11101011 1010 1100000 0 1100000 111011 1000 101010001 1011100 110000

Color Harmonies of #EB0A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A60

Black with #EB0A60

Text Example


Text Example

White with #EB0A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A60; }

 p { color: rgb(235,10,96); }

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

background-color css

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

 a { background-color: rgb(235,10,96); }

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

border-color css

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

 span { border-color: rgb(235,10,96); }

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