Html Css Color HEX #E70950 Razzmatazz

📋 copy color: '#E70950'

red 231 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #E70950

Tints of Razzmatazz #E70950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.81%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 72.19%
G = 2.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E70950 (or 0xE70950) is known color: Razzmatazz. HEX triplet: E7, 09 and 50. RGB value is (231,9,80). Sum of RGB (Red+Green+Blue) = 231+9+80=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E70950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70950 is #18F6AF. Grayscale: #535353. Windows color (decimal): -1636016 or 5245415. OLE color: 5245415.

HSL color Cylindrical-coordinate representation of color #E70950: hue angle of 340.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70950 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 80 -
CMYK 0 0.96 0.65 0.09
HSL 340.81º 0.93% 0.47% -
HSV(B) 340.81º 0.96% 0.91% -
XYZ 34.5 17.76 9.2 -
YUV 83.47 126.05 233.23 -
System Red Green Blue C M Y K H S L
Decimal 231 9 80 0 0.96 0.65 0.09 340.81 0.93 0.47
Hex E7 9 50 0 60 41 9 155 5C 2F
Octal 347 11 120 0 140 101 11 525 134 57
Binary 11100111 1001 1010000 0 1100000 1000001 1001 101010101 1011100 101111

Color Harmonies of #E70950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70950

Black with #E70950

Text Example


Text Example

White with #E70950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70950; }

 p { color: rgb(231,9,80); }

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

background-color css

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

 a { background-color: rgb(231,9,80); }

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

border-color css

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

 span { border-color: rgb(231,9,80); }

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