Html Css Color HEX #E10967 Ruby

📋 copy color: '#E10967'

red 225 ◦ green 9 ◦ blue 103

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

Shades of Ruby #E10967

Tints of Ruby #E10967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 103 (40.63% from 255) = 30.56%

R = 66.77%
G = 2.67%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E10967 (or 0xE10967) is known color: Ruby. HEX triplet: E1, 09 and 67. RGB value is (225,9,103). Sum of RGB (Red+Green+Blue) = 225+9+103=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E10967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10967 is #1EF698. Grayscale: #545454. Windows color (decimal): -2029209 or 6752737. OLE color: 6752737.

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

Color convert

RGB 225 9 103 -
CMYK 0 0.96 0.54 0.12
HSL 333.89º 0.92% 0.46% -
HSV(B) 333.89º 0.96% 0.88% -
XYZ 33.6 17.18 14.38 -
YUV 84.3 138.56 228.36 -
System Red Green Blue C M Y K H S L
Decimal 225 9 103 0 0.96 0.54 0.12 333.89 0.92 0.46
Hex E1 9 67 0 60 36 C 14E 5C 2E
Octal 341 11 147 0 140 66 14 516 134 56
Binary 11100001 1001 1100111 0 1100000 110110 1100 101001110 1011100 101110

Color Harmonies of #E10967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10967

Black with #E10967

Text Example


Text Example

White with #E10967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10967; }

 p { color: rgb(225,9,103); }

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

background-color css

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

 a { background-color: rgb(225,9,103); }

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

border-color css

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

 span { border-color: rgb(225,9,103); }

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