Html Css Color HEX #E50269 Razzmatazz

📋 copy color: '#E50269'

red 229 ◦ green 2 ◦ blue 105

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

Shades of Razzmatazz #E50269

Tints of Razzmatazz #E50269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 68.15%
G = 0.6%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E50269 (or 0xE50269) is known color: Razzmatazz. HEX triplet: E5, 02 and 69. RGB value is (229,2,105). Sum of RGB (Red+Green+Blue) = 229+2+105=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E50269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50269 is #1AFD96. Grayscale: #515151. Windows color (decimal): -1768855 or 6882021. OLE color: 6882021.

HSL color Cylindrical-coordinate representation of color #E50269: hue angle of 332.78º degrees, saturation: 0.98, 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 #E50269 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 105 -
CMYK 0 0.99 0.54 0.10
HSL 332.78º 0.98% 0.45% -
HSV(B) 332.78º 0.99% 0.9% -
XYZ 34.88 17.72 14.95 -
YUV 81.62 141.21 233.12 -
System Red Green Blue C M Y K H S L
Decimal 229 2 105 0 0.99 0.54 0.10 332.78 0.98 0.45
Hex E5 2 69 0 63 36 A 14D 62 2D
Octal 345 2 151 0 143 66 12 515 142 55
Binary 11100101 10 1101001 0 1100011 110110 1010 101001101 1100010 101101

Color Harmonies of #E50269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50269

Black with #E50269

Text Example


Text Example

White with #E50269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50269; }

 p { color: rgb(229,2,105); }

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

background-color css

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

 a { background-color: rgb(229,2,105); }

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

border-color css

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

 span { border-color: rgb(229,2,105); }

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