Html Css Color HEX #E10651 Razzmatazz

📋 copy color: '#E10651'

red 225 ◦ green 6 ◦ blue 81

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

Shades of Razzmatazz #E10651

Tints of Razzmatazz #E10651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

 BLUE value IS 81 (32.03% from 255) = 25.96%

R = 72.12%
G = 1.92%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E10651 (or 0xE10651) is known color: Razzmatazz. HEX triplet: E1, 06 and 51. RGB value is (225,6,81). Sum of RGB (Red+Green+Blue) = 225+6+81=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E10651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10651 is #1EF9AE. Grayscale: #4F4F4F. Windows color (decimal): -2029999 or 5310177. OLE color: 5310177.

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

Color convert

RGB 225 6 81 -
CMYK 0 0.97 0.64 0.12
HSL 339.45º 0.95% 0.45% -
HSV(B) 339.45º 0.97% 0.88% -
XYZ 32.6 16.73 9.3 -
YUV 80.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 225 6 81 0 0.97 0.64 0.12 339.45 0.95 0.45
Hex E1 6 51 0 61 40 C 153 5F 2D
Octal 341 6 121 0 141 100 14 523 137 55
Binary 11100001 110 1010001 0 1100001 1000000 1100 101010011 1011111 101101

Color Harmonies of #E10651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10651

Black with #E10651

Text Example


Text Example

White with #E10651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10651; }

 p { color: rgb(225,6,81); }

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

background-color css

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

 a { background-color: rgb(225,6,81); }

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

border-color css

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

 span { border-color: rgb(225,6,81); }

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