Html Css Color HEX #E50068 Razzmatazz

📋 copy color: '#E50068'

red 229 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #E50068

Tints of Razzmatazz #E50068

RGB

 RED value IS 229 (89.84% from 255) = 68.77%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 68.77%
G = 0%
B = 31.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E50068 (or 0xE50068) is known color: Razzmatazz. HEX triplet: E5, 00 and 68. RGB value is (229,0,104). Sum of RGB (Red+Green+Blue) = 229+0+104=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E50068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50068 is #1AFF97. Grayscale: #505050. Windows color (decimal): -1769368 or 6815973. OLE color: 6815973.

HSL color Cylindrical-coordinate representation of color #E50068: hue angle of 332.75º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50068 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 104 -
CMYK 0 1 0.55 0.10
HSL 332.75º 1% 0.45% -
HSV(B) 332.75º 1% 0.9% -
XYZ 34.81 17.66 14.67 -
YUV 80.33 141.37 234.04 -
System Red Green Blue C M Y K H S L
Decimal 229 0 104 0 1 0.55 0.10 332.75 1 0.45
Hex E5 0 68 0 64 37 A 14D 64 2D
Octal 345 0 150 0 144 67 12 515 144 55
Binary 11100101 0 1101000 0 1100100 110111 1010 101001101 1100100 101101

Color Harmonies of #E50068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50068

Black with #E50068

Text Example


Text Example

White with #E50068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50068; }

 p { color: rgb(229,0,104); }

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

background-color css

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

 a { background-color: rgb(229,0,104); }

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

border-color css

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

 span { border-color: rgb(229,0,104); }

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