Html Css Color HEX #EB0A6D Razzmatazz

📋 copy color: '#EB0A6D'

red 235 ◦ green 10 ◦ blue 109

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

Shades of Razzmatazz #EB0A6D

Tints of Razzmatazz #EB0A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 66.38%
G = 2.82%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB0A6D (or 0xEB0A6D) is known color: Razzmatazz. HEX triplet: EB, 0A and 6D. RGB value is (235,10,109). Sum of RGB (Red+Green+Blue) = 235+10+109=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A6D is #14F592. Grayscale: #585858. Windows color (decimal): -1373587 or 7146219. OLE color: 7146219.

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

Color convert

RGB 235 10 109 -
CMYK 0 0.96 0.54 0.08
HSL 333.6º 0.92% 0.48% -
HSV(B) 333.6º 0.96% 0.92% -
XYZ 37.13 18.98 16.18 -
YUV 88.56 139.54 232.45 -
System Red Green Blue C M Y K H S L
Decimal 235 10 109 0 0.96 0.54 0.08 333.6 0.92 0.48
Hex EB A 6D 0 60 36 8 14E 5C 30
Octal 353 12 155 0 140 66 10 516 134 60
Binary 11101011 1010 1101101 0 1100000 110110 1000 101001110 1011100 110000

Color Harmonies of #EB0A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A6D

Black with #EB0A6D

Text Example


Text Example

White with #EB0A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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