Html Css Color HEX #E70C4F Razzmatazz

📋 copy color: '#E70C4F'

red 231 ◦ green 12 ◦ blue 79

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

Shades of Razzmatazz #E70C4F

Tints of Razzmatazz #E70C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 71.74%
G = 3.73%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E70C4F (or 0xE70C4F) is known color: Razzmatazz. HEX triplet: E7, 0C and 4F. RGB value is (231,12,79). Sum of RGB (Red+Green+Blue) = 231+12+79=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70C4F is #18F3B0. Grayscale: #555555. Windows color (decimal): -1635249 or 5180647. OLE color: 5180647.

HSL color Cylindrical-coordinate representation of color #E70C4F: hue angle of 341.64º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C4F is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 79 -
CMYK 0 0.95 0.66 0.09
HSL 341.64º 0.9% 0.48% -
HSV(B) 341.64º 0.95% 0.91% -
XYZ 34.5 17.82 9.02 -
YUV 85.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 231 12 79 0 0.95 0.66 0.09 341.64 0.9 0.48
Hex E7 C 4F 0 5F 42 9 156 5A 30
Octal 347 14 117 0 137 102 11 526 132 60
Binary 11100111 1100 1001111 0 1011111 1000010 1001 101010110 1011010 110000

Color Harmonies of #E70C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C4F

Black with #E70C4F

Text Example


Text Example

White with #E70C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C4F; }

 p { color: rgb(231,12,79); }

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

background-color css

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

 a { background-color: rgb(231,12,79); }

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

border-color css

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

 span { border-color: rgb(231,12,79); }

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