Html Css Color HEX #E6057B Ruby

📋 copy color: '#E6057B'

red 230 ◦ green 5 ◦ blue 123

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

Shades of Ruby #E6057B

Tints of Ruby #E6057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 64.25%
G = 1.4%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6057B (or 0xE6057B) is known color: Ruby. HEX triplet: E6, 05 and 7B. RGB value is (230,5,123). Sum of RGB (Red+Green+Blue) = 230+5+123=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6057B is #19FA84. Grayscale: #555555. Windows color (decimal): -1702533 or 8062438. OLE color: 8062438.

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

Color convert

RGB 230 5 123 -
CMYK 0 0.98 0.47 0.10
HSL 328.53º 0.96% 0.46% -
HSV(B) 328.53º 0.98% 0.9% -
XYZ 36.26 18.36 20.37 -
YUV 85.73 149.04 230.91 -
System Red Green Blue C M Y K H S L
Decimal 230 5 123 0 0.98 0.47 0.10 328.53 0.96 0.46
Hex E6 5 7B 0 62 2F A 149 60 2E
Octal 346 5 173 0 142 57 12 511 140 56
Binary 11100110 101 1111011 0 1100010 101111 1010 101001001 1100000 101110

Color Harmonies of #E6057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6057B

Black with #E6057B

Text Example


Text Example

White with #E6057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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