Html Css Color HEX #EB0C58 Razzmatazz

📋 copy color: '#EB0C58'

red 235 ◦ green 12 ◦ blue 88

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

Shades of Razzmatazz #EB0C58

Tints of Razzmatazz #EB0C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.58%

 BLUE value IS 88 (34.77% from 255) = 26.27%

R = 70.15%
G = 3.58%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB0C58 (or 0xEB0C58) is known color: Razzmatazz. HEX triplet: EB, 0C and 58. RGB value is (235,12,88). Sum of RGB (Red+Green+Blue) = 235+12+88=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0C58 is #14F3A7. Grayscale: #575757. Windows color (decimal): -1373096 or 5770475. OLE color: 5770475.

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

Color convert

RGB 235 12 88 -
CMYK 0 0.95 0.63 0.08
HSL 339.55º 0.9% 0.48% -
HSV(B) 339.55º 0.95% 0.92% -
XYZ 36.15 18.63 10.92 -
YUV 87.34 128.38 233.32 -
System Red Green Blue C M Y K H S L
Decimal 235 12 88 0 0.95 0.63 0.08 339.55 0.9 0.48
Hex EB C 58 0 5F 3F 8 154 5A 30
Octal 353 14 130 0 137 77 10 524 132 60
Binary 11101011 1100 1011000 0 1011111 111111 1000 101010100 1011010 110000

Color Harmonies of #EB0C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C58

Black with #EB0C58

Text Example


Text Example

White with #EB0C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C58; }

 p { color: rgb(235,12,88); }

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

background-color css

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

 a { background-color: rgb(235,12,88); }

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

border-color css

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

 span { border-color: rgb(235,12,88); }

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