Html Css Color HEX #E60F7A Ruby

📋 copy color: '#E60F7A'

red 230 ◦ green 15 ◦ blue 122

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

Shades of Ruby #E60F7A

Tints of Ruby #E60F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 62.67%
G = 4.09%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E60F7A (or 0xE60F7A) is known color: Ruby. HEX triplet: E6, 0F and 7A. RGB value is (230,15,122). Sum of RGB (Red+Green+Blue) = 230+15+122=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60F7A is #19F085. Grayscale: #5B5B5B. Windows color (decimal): -1699974 or 7999462. OLE color: 7999462.

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

Color convert

RGB 230 15 122 -
CMYK 0 0.93 0.47 0.10
HSL 330.14º 0.88% 0.48% -
HSV(B) 330.14º 0.93% 0.9% -
XYZ 36.32 18.57 20.08 -
YUV 91.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 230 15 122 0 0.93 0.47 0.10 330.14 0.88 0.48
Hex E6 F 7A 0 5D 2F A 14A 58 30
Octal 346 17 172 0 135 57 12 512 130 60
Binary 11100110 1111 1111010 0 1011101 101111 1010 101001010 1011000 110000

Color Harmonies of #E60F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F7A

Black with #E60F7A

Text Example


Text Example

White with #E60F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F7A; }

 p { color: rgb(230,15,122); }

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

background-color css

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

 a { background-color: rgb(230,15,122); }

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

border-color css

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

 span { border-color: rgb(230,15,122); }

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