Html Css Color HEX #E10565 Razzmatazz

📋 copy color: '#E10565'

red 225 ◦ green 5 ◦ blue 101

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

Shades of Razzmatazz #E10565

Tints of Razzmatazz #E10565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 67.98%
G = 1.51%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E10565 (or 0xE10565) is known color: Razzmatazz. HEX triplet: E1, 05 and 65. RGB value is (225,5,101). Sum of RGB (Red+Green+Blue) = 225+5+101=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E10565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10565 is #1EFA9A. Grayscale: #515151. Windows color (decimal): -2030235 or 6620641. OLE color: 6620641.

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

Color convert

RGB 225 5 101 -
CMYK 0 0.98 0.55 0.12
HSL 333.82º 0.96% 0.45% -
HSV(B) 333.82º 0.98% 0.88% -
XYZ 33.45 17.06 13.84 -
YUV 81.72 138.89 230.19 -
System Red Green Blue C M Y K H S L
Decimal 225 5 101 0 0.98 0.55 0.12 333.82 0.96 0.45
Hex E1 5 65 0 62 37 C 14E 60 2D
Octal 341 5 145 0 142 67 14 516 140 55
Binary 11100001 101 1100101 0 1100010 110111 1100 101001110 1100000 101101

Color Harmonies of #E10565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10565

Black with #E10565

Text Example


Text Example

White with #E10565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10565; }

 p { color: rgb(225,5,101); }

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

background-color css

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

 a { background-color: rgb(225,5,101); }

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

border-color css

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

 span { border-color: rgb(225,5,101); }

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