Html Css Color HEX #E10251 Razzmatazz

📋 copy color: '#E10251'

red 225 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #E10251

Tints of Razzmatazz #E10251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 73.05%
G = 0.65%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E10251 (or 0xE10251) is known color: Razzmatazz. HEX triplet: E1, 02 and 51. RGB value is (225,2,81). Sum of RGB (Red+Green+Blue) = 225+2+81=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E10251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10251 is #1EFDAE. Grayscale: #4D4D4D. Windows color (decimal): -2031023 or 5309153. OLE color: 5309153.

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

Color convert

RGB 225 2 81 -
CMYK 0 0.99 0.64 0.12
HSL 338.74º 0.98% 0.45% -
HSV(B) 338.74º 0.99% 0.88% -
XYZ 32.56 16.65 9.28 -
YUV 77.68 129.88 233.08 -
System Red Green Blue C M Y K H S L
Decimal 225 2 81 0 0.99 0.64 0.12 338.74 0.98 0.45
Hex E1 2 51 0 63 40 C 153 62 2D
Octal 341 2 121 0 143 100 14 523 142 55
Binary 11100001 10 1010001 0 1100011 1000000 1100 101010011 1100010 101101

Color Harmonies of #E10251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10251

Black with #E10251

Text Example


Text Example

White with #E10251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10251; }

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

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

background-color css

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

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

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

border-color css

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

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

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