Html Css Color HEX #E5006B Razzmatazz

📋 copy color: '#E5006B'

red 229 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #E5006B

Tints of Razzmatazz #E5006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.15%
G = 0%
B = 31.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5006B (or 0xE5006B) is known color: Razzmatazz. HEX triplet: E5, 00 and 6B. RGB value is (229,0,107). Sum of RGB (Red+Green+Blue) = 229+0+107=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5006B is #1AFF94. Grayscale: #505050. Windows color (decimal): -1769365 or 7012581. OLE color: 7012581.

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

Color convert

RGB 229 0 107 -
CMYK 0 1 0.53 0.10
HSL 331.97º 1% 0.45% -
HSV(B) 331.97º 1% 0.9% -
XYZ 34.97 17.72 15.49 -
YUV 80.67 142.87 233.8 -
System Red Green Blue C M Y K H S L
Decimal 229 0 107 0 1 0.53 0.10 331.97 1 0.45
Hex E5 0 6B 0 64 35 A 14C 64 2D
Octal 345 0 153 0 144 65 12 514 144 55
Binary 11100101 0 1101011 0 1100100 110101 1010 101001100 1100100 101101

Color Harmonies of #E5006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5006B

Black with #E5006B

Text Example


Text Example

White with #E5006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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