Html Css Color HEX #E10F62 Ruby

📋 copy color: '#E10F62'

red 225 ◦ green 15 ◦ blue 98

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

Shades of Ruby #E10F62

Tints of Ruby #E10F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 66.57%
G = 4.44%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E10F62 (or 0xE10F62) is known color: Ruby. HEX triplet: E1, 0F and 62. RGB value is (225,15,98). Sum of RGB (Red+Green+Blue) = 225+15+98=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10F62 is #1EF09D. Grayscale: #575757. Windows color (decimal): -2027678 or 6426593. OLE color: 6426593.

HSL color Cylindrical-coordinate representation of color #E10F62: hue angle of 336.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F62 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 98 -
CMYK 0 0.93 0.56 0.12
HSL 336.29º 0.88% 0.47% -
HSV(B) 336.29º 0.93% 0.88% -
XYZ 33.43 17.23 13.12 -
YUV 87.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 225 15 98 0 0.93 0.56 0.12 336.29 0.88 0.47
Hex E1 F 62 0 5D 38 C 150 58 2F
Octal 341 17 142 0 135 70 14 520 130 57
Binary 11100001 1111 1100010 0 1011101 111000 1100 101010000 1011000 101111

Color Harmonies of #E10F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F62

Black with #E10F62

Text Example


Text Example

White with #E10F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F62; }

 p { color: rgb(225,15,98); }

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

background-color css

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

 a { background-color: rgb(225,15,98); }

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

border-color css

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

 span { border-color: rgb(225,15,98); }

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