Html Css Color HEX #E60B7B Ruby

📋 copy color: '#E60B7B'

red 230 ◦ green 11 ◦ blue 123

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

Shades of Ruby #E60B7B

Tints of Ruby #E60B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.02%

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 63.19%
G = 3.02%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E60B7B (or 0xE60B7B) is known color: Ruby. HEX triplet: E6, 0B and 7B. RGB value is (230,11,123). Sum of RGB (Red+Green+Blue) = 230+11+123=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60B7B is #19F484. Grayscale: #595959. Windows color (decimal): -1700997 or 8063974. OLE color: 8063974.

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

Color convert

RGB 230 11 123 -
CMYK 0 0.95 0.47 0.10
HSL 329.32º 0.91% 0.47% -
HSV(B) 329.32º 0.95% 0.9% -
XYZ 36.33 18.49 20.39 -
YUV 89.25 147.05 228.39 -
System Red Green Blue C M Y K H S L
Decimal 230 11 123 0 0.95 0.47 0.10 329.32 0.91 0.47
Hex E6 B 7B 0 5F 2F A 149 5B 2F
Octal 346 13 173 0 137 57 12 511 133 57
Binary 11100110 1011 1111011 0 1011111 101111 1010 101001001 1011011 101111

Color Harmonies of #E60B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B7B

Black with #E60B7B

Text Example


Text Example

White with #E60B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B7B; }

 p { color: rgb(230,11,123); }

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

background-color css

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

 a { background-color: rgb(230,11,123); }

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

border-color css

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

 span { border-color: rgb(230,11,123); }

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