Html Css Color HEX #EB0E65 Razzmatazz

📋 copy color: '#EB0E65'

red 235 ◦ green 14 ◦ blue 101

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

Shades of Razzmatazz #EB0E65

Tints of Razzmatazz #EB0E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4%

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 67.14%
G = 4%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB0E65 (or 0xEB0E65) is known color: Razzmatazz. HEX triplet: EB, 0E and 65. RGB value is (235,14,101). Sum of RGB (Red+Green+Blue) = 235+14+101=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0E65 is #14F19A. Grayscale: #595959. Windows color (decimal): -1372571 or 6622955. OLE color: 6622955.

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

Color convert

RGB 235 14 101 -
CMYK 0 0.94 0.57 0.08
HSL 336.38º 0.89% 0.49% -
HSV(B) 336.38º 0.94% 0.92% -
XYZ 36.77 18.92 14.03 -
YUV 90 134.22 231.43 -
System Red Green Blue C M Y K H S L
Decimal 235 14 101 0 0.94 0.57 0.08 336.38 0.89 0.49
Hex EB E 65 0 5E 39 8 150 59 31
Octal 353 16 145 0 136 71 10 520 131 61
Binary 11101011 1110 1100101 0 1011110 111001 1000 101010000 1011001 110001

Color Harmonies of #EB0E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0E65

Black with #EB0E65

Text Example


Text Example

White with #EB0E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0E65; }

 p { color: rgb(235,14,101); }

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

background-color css

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

 a { background-color: rgb(235,14,101); }

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

border-color css

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

 span { border-color: rgb(235,14,101); }

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