Html Css Color HEX #EB0A5E Razzmatazz

📋 copy color: '#EB0A5E'

red 235 ◦ green 10 ◦ blue 94

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

Shades of Razzmatazz #EB0A5E

Tints of Razzmatazz #EB0A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 69.32%
G = 2.95%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB0A5E (or 0xEB0A5E) is known color: Razzmatazz. HEX triplet: EB, 0A and 5E. RGB value is (235,10,94). Sum of RGB (Red+Green+Blue) = 235+10+94=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A5E is #14F5A1. Grayscale: #565656. Windows color (decimal): -1373602 or 6163179. OLE color: 6163179.

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

Color convert

RGB 235 10 94 -
CMYK 0 0.96 0.6 0.08
HSL 337.6º 0.92% 0.48% -
HSV(B) 337.6º 0.96% 0.92% -
XYZ 36.39 18.69 12.28 -
YUV 86.85 132.04 233.67 -
System Red Green Blue C M Y K H S L
Decimal 235 10 94 0 0.96 0.6 0.08 337.6 0.92 0.48
Hex EB A 5E 0 60 3C 8 152 5C 30
Octal 353 12 136 0 140 74 10 522 134 60
Binary 11101011 1010 1011110 0 1100000 111100 1000 101010010 1011100 110000

Color Harmonies of #EB0A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A5E

Black with #EB0A5E

Text Example


Text Example

White with #EB0A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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