Html Css Color HEX #E10675 Ruby

📋 copy color: '#E10675'

red 225 ◦ green 6 ◦ blue 117

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

Shades of Ruby #E10675

Tints of Ruby #E10675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 64.66%
G = 1.72%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10675 (or 0xE10675) is known color: Ruby. HEX triplet: E1, 06 and 75. RGB value is (225,6,117). Sum of RGB (Red+Green+Blue) = 225+6+117=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10675 is #1EF98A. Grayscale: #535353. Windows color (decimal): -2029963 or 7669473. OLE color: 7669473.

HSL color Cylindrical-coordinate representation of color #E10675: hue angle of 329.59º 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 #E10675 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 6 117 -
CMYK 0 0.97 0.48 0.12
HSL 329.59º 0.95% 0.45% -
HSV(B) 329.59º 0.97% 0.88% -
XYZ 34.33 17.42 18.38 -
YUV 84.14 146.55 228.47 -
System Red Green Blue C M Y K H S L
Decimal 225 6 117 0 0.97 0.48 0.12 329.59 0.95 0.45
Hex E1 6 75 0 61 30 C 14A 5F 2D
Octal 341 6 165 0 141 60 14 512 137 55
Binary 11100001 110 1110101 0 1100001 110000 1100 101001010 1011111 101101

Color Harmonies of #E10675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10675

Black with #E10675

Text Example


Text Example

White with #E10675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10675; }

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

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

background-color css

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

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

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

border-color css

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

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

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