Html Css Color HEX #E50368 Razzmatazz

📋 copy color: '#E50368'

red 229 ◦ green 3 ◦ blue 104

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

Shades of Razzmatazz #E50368

Tints of Razzmatazz #E50368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 68.15%
G = 0.89%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E50368 (or 0xE50368) is known color: Razzmatazz. HEX triplet: E5, 03 and 68. RGB value is (229,3,104). Sum of RGB (Red+Green+Blue) = 229+3+104=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E50368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50368 is #1AFC97. Grayscale: #515151. Windows color (decimal): -1768600 or 6816741. OLE color: 6816741.

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

Color convert

RGB 229 3 104 -
CMYK 0 0.99 0.55 0.10
HSL 333.19º 0.97% 0.45% -
HSV(B) 333.19º 0.99% 0.9% -
XYZ 34.84 17.72 14.68 -
YUV 82.09 140.37 232.79 -
System Red Green Blue C M Y K H S L
Decimal 229 3 104 0 0.99 0.55 0.10 333.19 0.97 0.45
Hex E5 3 68 0 63 37 A 14D 61 2D
Octal 345 3 150 0 143 67 12 515 141 55
Binary 11100101 11 1101000 0 1100011 110111 1010 101001101 1100001 101101

Color Harmonies of #E50368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50368

Black with #E50368

Text Example


Text Example

White with #E50368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50368; }

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

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

background-color css

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

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

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

border-color css

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

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

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