Html Css Color HEX #EB0D5E Razzmatazz

📋 copy color: '#EB0D5E'

red 235 ◦ green 13 ◦ blue 94

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

Shades of Razzmatazz #EB0D5E

Tints of Razzmatazz #EB0D5E

RGB

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

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

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

R = 68.71%
G = 3.8%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB0D5E (or 0xEB0D5E) is known color: Razzmatazz. HEX triplet: EB, 0D and 5E. RGB value is (235,13,94). Sum of RGB (Red+Green+Blue) = 235+13+94=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D5E is #14F2A1. Grayscale: #585858. Windows color (decimal): -1372834 or 6163947. OLE color: 6163947.

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

Color convert

RGB 235 13 94 -
CMYK 0 0.94 0.6 0.08
HSL 338.11º 0.9% 0.49% -
HSV(B) 338.11º 0.94% 0.92% -
XYZ 36.43 18.76 12.29 -
YUV 88.61 131.05 232.41 -
System Red Green Blue C M Y K H S L
Decimal 235 13 94 0 0.94 0.6 0.08 338.11 0.9 0.49
Hex EB D 5E 0 5E 3C 8 152 5A 31
Octal 353 15 136 0 136 74 10 522 132 61
Binary 11101011 1101 1011110 0 1011110 111100 1000 101010010 1011010 110001

Color Harmonies of #EB0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D5E

Black with #EB0D5E

Text Example


Text Example

White with #EB0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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