Html Css Color HEX #E70376 Razzmatazz

📋 copy color: '#E70376'

red 231 ◦ green 3 ◦ blue 118

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

Shades of Razzmatazz #E70376

Tints of Razzmatazz #E70376

RGB

 RED value IS 231 (90.63% from 255) = 65.63%

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 65.63%
G = 0.85%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E70376 (or 0xE70376) is known color: Razzmatazz. HEX triplet: E7, 03 and 76. RGB value is (231,3,118). Sum of RGB (Red+Green+Blue) = 231+3+118=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E70376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70376 is #18FC89. Grayscale: #545454. Windows color (decimal): -1637514 or 7734247. OLE color: 7734247.

HSL color Cylindrical-coordinate representation of color #E70376: hue angle of 329.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70376 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 3 118 -
CMYK 0 0.99 0.49 0.09
HSL 329.74º 0.97% 0.46% -
HSV(B) 329.74º 0.99% 0.91% -
XYZ 36.26 18.36 18.77 -
YUV 84.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 231 3 118 0 0.99 0.49 0.09 329.74 0.97 0.46
Hex E7 3 76 0 63 31 9 14A 61 2E
Octal 347 3 166 0 143 61 11 512 141 56
Binary 11100111 11 1110110 0 1100011 110001 1001 101001010 1100001 101110

Color Harmonies of #E70376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70376

Black with #E70376

Text Example


Text Example

White with #E70376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70376; }

 p { color: rgb(231,3,118); }

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

background-color css

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

 a { background-color: rgb(231,3,118); }

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

border-color css

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

 span { border-color: rgb(231,3,118); }

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