Html Css Color HEX #E5026C Razzmatazz

📋 copy color: '#E5026C'

red 229 ◦ green 2 ◦ blue 108

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

Shades of Razzmatazz #E5026C

Tints of Razzmatazz #E5026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 67.55%
G = 0.59%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5026C (or 0xE5026C) is known color: Razzmatazz. HEX triplet: E5, 02 and 6C. RGB value is (229,2,108). Sum of RGB (Red+Green+Blue) = 229+2+108=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5026C is #1AFD93. Grayscale: #515151. Windows color (decimal): -1768852 or 7078629. OLE color: 7078629.

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

Color convert

RGB 229 2 108 -
CMYK 0 0.99 0.53 0.10
HSL 331.98º 0.98% 0.45% -
HSV(B) 331.98º 0.99% 0.9% -
XYZ 35.04 17.78 15.77 -
YUV 81.96 142.71 232.88 -
System Red Green Blue C M Y K H S L
Decimal 229 2 108 0 0.99 0.53 0.10 331.98 0.98 0.45
Hex E5 2 6C 0 63 35 A 14C 62 2D
Octal 345 2 154 0 143 65 12 514 142 55
Binary 11100101 10 1101100 0 1100011 110101 1010 101001100 1100010 101101

Color Harmonies of #E5026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5026C

Black with #E5026C

Text Example


Text Example

White with #E5026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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