Html Css Color HEX #E10B4F Razzmatazz

📋 copy color: '#E10B4F'

red 225 ◦ green 11 ◦ blue 79

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

Shades of Razzmatazz #E10B4F

Tints of Razzmatazz #E10B4F

RGB

 RED value IS 225 (88.28% from 255) = 71.43%

 GREEN value IS 11 (4.69% from 255) = 3.49%

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

R = 71.43%
G = 3.49%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E10B4F (or 0xE10B4F) is known color: Razzmatazz. HEX triplet: E1, 0B and 4F. RGB value is (225,11,79). Sum of RGB (Red+Green+Blue) = 225+11+79=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B4F is #1EF4B0. Grayscale: #525252. Windows color (decimal): -2028721 or 5180385. OLE color: 5180385.

HSL color Cylindrical-coordinate representation of color #E10B4F: hue angle of 340.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B4F is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 79 -
CMYK 0 0.95 0.65 0.12
HSL 340.93º 0.91% 0.46% -
HSV(B) 340.93º 0.95% 0.88% -
XYZ 32.58 16.81 8.92 -
YUV 82.74 125.9 229.47 -
System Red Green Blue C M Y K H S L
Decimal 225 11 79 0 0.95 0.65 0.12 340.93 0.91 0.46
Hex E1 B 4F 0 5F 41 C 155 5B 2E
Octal 341 13 117 0 137 101 14 525 133 56
Binary 11100001 1011 1001111 0 1011111 1000001 1100 101010101 1011011 101110

Color Harmonies of #E10B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B4F

Black with #E10B4F

Text Example


Text Example

White with #E10B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B4F; }

 p { color: rgb(225,11,79); }

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

background-color css

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

 a { background-color: rgb(225,11,79); }

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

border-color css

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

 span { border-color: rgb(225,11,79); }

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