Html Css Color HEX #EB0D5A Razzmatazz

📋 copy color: '#EB0D5A'

red 235 ◦ green 13 ◦ blue 90

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

Shades of Razzmatazz #EB0D5A

Tints of Razzmatazz #EB0D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.85%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 69.53%
G = 3.85%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB0D5A (or 0xEB0D5A) is known color: Razzmatazz. HEX triplet: EB, 0D and 5A. RGB value is (235,13,90). Sum of RGB (Red+Green+Blue) = 235+13+90=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D5A is #14F2A5. Grayscale: #585858. Windows color (decimal): -1372838 or 5901803. OLE color: 5901803.

HSL color Cylindrical-coordinate representation of color #EB0D5A: hue angle of 339.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D5A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 13 90 -
CMYK 0 0.94 0.62 0.08
HSL 339.19º 0.9% 0.49% -
HSV(B) 339.19º 0.94% 0.92% -
XYZ 36.25 18.69 11.37 -
YUV 88.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 235 13 90 0 0.94 0.62 0.08 339.19 0.9 0.49
Hex EB D 5A 0 5E 3E 8 153 5A 31
Octal 353 15 132 0 136 76 10 523 132 61
Binary 11101011 1101 1011010 0 1011110 111110 1000 101010011 1011010 110001

Color Harmonies of #EB0D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D5A

Black with #EB0D5A

Text Example


Text Example

White with #EB0D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D5A; }

 p { color: rgb(235,13,90); }

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

background-color css

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

 a { background-color: rgb(235,13,90); }

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

border-color css

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

 span { border-color: rgb(235,13,90); }

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