Html Css Color HEX #E5026D Razzmatazz

📋 copy color: '#E5026D'

red 229 ◦ green 2 ◦ blue 109

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

Shades of Razzmatazz #E5026D

Tints of Razzmatazz #E5026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 67.35%
G = 0.59%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5026D (or 0xE5026D) is known color: Razzmatazz. HEX triplet: E5, 02 and 6D. RGB value is (229,2,109). Sum of RGB (Red+Green+Blue) = 229+2+109=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5026D is #1AFD92. Grayscale: #515151. Windows color (decimal): -1768851 or 7144165. OLE color: 7144165.

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

Color convert

RGB 229 2 109 -
CMYK 0 0.99 0.52 0.10
HSL 331.72º 0.98% 0.45% -
HSV(B) 331.72º 0.99% 0.9% -
XYZ 35.1 17.81 16.06 -
YUV 82.07 143.21 232.8 -
System Red Green Blue C M Y K H S L
Decimal 229 2 109 0 0.99 0.52 0.10 331.72 0.98 0.45
Hex E5 2 6D 0 63 34 A 14C 62 2D
Octal 345 2 155 0 143 64 12 514 142 55
Binary 11100101 10 1101101 0 1100011 110100 1010 101001100 1100010 101101

Color Harmonies of #E5026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5026D

Black with #E5026D

Text Example


Text Example

White with #E5026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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