Html Css Color HEX #EA0677 Ruby

📋 copy color: '#EA0677'

red 234 ◦ green 6 ◦ blue 119

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

Shades of Ruby #EA0677

Tints of Ruby #EA0677

RGB

 RED value IS 234 (91.8% from 255) = 65.18%

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

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 65.18%
G = 1.67%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA0677 (or 0xEA0677) is known color: Ruby. HEX triplet: EA, 06 and 77. RGB value is (234,6,119). Sum of RGB (Red+Green+Blue) = 234+6+119=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0677 is #15F988. Grayscale: #565656. Windows color (decimal): -1440137 or 7800554. OLE color: 7800554.

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

Color convert

RGB 234 6 119 -
CMYK 0 0.97 0.49 0.08
HSL 330.26º 0.95% 0.47% -
HSV(B) 330.26º 0.97% 0.92% -
XYZ 37.33 18.95 19.14 -
YUV 87.05 146.04 232.81 -
System Red Green Blue C M Y K H S L
Decimal 234 6 119 0 0.97 0.49 0.08 330.26 0.95 0.47
Hex EA 6 77 0 61 31 8 14A 5F 2F
Octal 352 6 167 0 141 61 10 512 137 57
Binary 11101010 110 1110111 0 1100001 110001 1000 101001010 1011111 101111

Color Harmonies of #EA0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0677

Black with #EA0677

Text Example


Text Example

White with #EA0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0677; }

 p { color: rgb(234,6,119); }

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

background-color css

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

 a { background-color: rgb(234,6,119); }

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

border-color css

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

 span { border-color: rgb(234,6,119); }

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