Html Css Color HEX #EA0C6A Ruby

📋 copy color: '#EA0C6A'

red 234 ◦ green 12 ◦ blue 106

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

Shades of Ruby #EA0C6A

Tints of Ruby #EA0C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 66.48%
G = 3.41%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA0C6A (or 0xEA0C6A) is known color: Ruby. HEX triplet: EA, 0C and 6A. RGB value is (234,12,106). Sum of RGB (Red+Green+Blue) = 234+12+106=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0C6A is #15F395. Grayscale: #585858. Windows color (decimal): -1438614 or 6950122. OLE color: 6950122.

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

Color convert

RGB 234 12 106 -
CMYK 0 0.95 0.55 0.08
HSL 334.59º 0.9% 0.48% -
HSV(B) 334.59º 0.95% 0.92% -
XYZ 36.66 18.8 15.33 -
YUV 89.09 137.55 231.36 -
System Red Green Blue C M Y K H S L
Decimal 234 12 106 0 0.95 0.55 0.08 334.59 0.9 0.48
Hex EA C 6A 0 5F 37 8 14F 5A 30
Octal 352 14 152 0 137 67 10 517 132 60
Binary 11101010 1100 1101010 0 1011111 110111 1000 101001111 1011010 110000

Color Harmonies of #EA0C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C6A

Black with #EA0C6A

Text Example


Text Example

White with #EA0C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C6A; }

 p { color: rgb(234,12,106); }

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

background-color css

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

 a { background-color: rgb(234,12,106); }

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

border-color css

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

 span { border-color: rgb(234,12,106); }

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