Html Css Color HEX #EA107B Ruby

📋 copy color: '#EA107B'

red 234 ◦ green 16 ◦ blue 123

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

Shades of Ruby #EA107B

Tints of Ruby #EA107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

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

R = 62.73%
G = 4.29%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA107B (or 0xEA107B) is known color: Ruby. HEX triplet: EA, 10 and 7B. RGB value is (234,16,123). Sum of RGB (Red+Green+Blue) = 234+16+123=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA107B is #15EF84. Grayscale: #5D5D5D. Windows color (decimal): -1437573 or 8065258. OLE color: 8065258.

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

Color convert

RGB 234 16 123 -
CMYK 0 0.93 0.47 0.08
HSL 330.55º 0.87% 0.49% -
HSV(B) 330.55º 0.93% 0.92% -
XYZ 37.69 19.29 20.48 -
YUV 93.38 144.72 228.3 -
System Red Green Blue C M Y K H S L
Decimal 234 16 123 0 0.93 0.47 0.08 330.55 0.87 0.49
Hex EA 10 7B 0 5D 2F 8 14B 57 31
Octal 352 20 173 0 135 57 10 513 127 61
Binary 11101010 10000 1111011 0 1011101 101111 1000 101001011 1010111 110001

Color Harmonies of #EA107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA107B

Black with #EA107B

Text Example


Text Example

White with #EA107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA107B; }

 p { color: rgb(234,16,123); }

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

background-color css

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

 a { background-color: rgb(234,16,123); }

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

border-color css

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

 span { border-color: rgb(234,16,123); }

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