Html Css Color HEX #E60975 Ruby

📋 copy color: '#E60975'

red 230 ◦ green 9 ◦ blue 117

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

Shades of Ruby #E60975

Tints of Ruby #E60975

RGB

 RED value IS 230 (90.23% from 255) = 64.61%

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

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

R = 64.61%
G = 2.53%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E60975 (or 0xE60975) is known color: Ruby. HEX triplet: E6, 09 and 75. RGB value is (230,9,117). Sum of RGB (Red+Green+Blue) = 230+9+117=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E60975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60975 is #19F68A. Grayscale: #575757. Windows color (decimal): -1701515 or 7670246. OLE color: 7670246.

HSL color Cylindrical-coordinate representation of color #E60975: hue angle of 330.68º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60975 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 117 -
CMYK 0 0.96 0.49 0.10
HSL 330.68º 0.92% 0.47% -
HSV(B) 330.68º 0.96% 0.9% -
XYZ 35.94 18.3 18.47 -
YUV 87.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 230 9 117 0 0.96 0.49 0.10 330.68 0.92 0.47
Hex E6 9 75 0 60 31 A 14B 5C 2F
Octal 346 11 165 0 140 61 12 513 134 57
Binary 11100110 1001 1110101 0 1100000 110001 1010 101001011 1011100 101111

Color Harmonies of #E60975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60975

Black with #E60975

Text Example


Text Example

White with #E60975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60975; }

 p { color: rgb(230,9,117); }

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

background-color css

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

 a { background-color: rgb(230,9,117); }

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

border-color css

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

 span { border-color: rgb(230,9,117); }

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