Html Css Color HEX #E5026B Razzmatazz

📋 copy color: '#E5026B'

red 229 ◦ green 2 ◦ blue 107

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

Shades of Razzmatazz #E5026B

Tints of Razzmatazz #E5026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 67.75%
G = 0.59%
B = 31.66%

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

#E5026B (or 0xE5026B) is known color: Razzmatazz. HEX triplet: E5, 02 and 6B. RGB value is (229,2,107). Sum of RGB (Red+Green+Blue) = 229+2+107=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5026B is #1AFD94. Grayscale: #515151. Windows color (decimal): -1768853 or 7013093. OLE color: 7013093.

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

Color convert

RGB 229 2 107 -
CMYK 0 0.99 0.53 0.10
HSL 332.25º 0.98% 0.45% -
HSV(B) 332.25º 0.99% 0.9% -
XYZ 34.99 17.76 15.49 -
YUV 81.84 142.21 232.96 -
System Red Green Blue C M Y K H S L
Decimal 229 2 107 0 0.99 0.53 0.10 332.25 0.98 0.45
Hex E5 2 6B 0 63 35 A 14C 62 2D
Octal 345 2 153 0 143 65 12 514 142 55
Binary 11100101 10 1101011 0 1100011 110101 1010 101001100 1100010 101101

Color Harmonies of #E5026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5026B

Black with #E5026B

Text Example


Text Example

White with #E5026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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