Html Css Color HEX #EA186B Ruby

📋 copy color: '#EA186B'

red 234 ◦ green 24 ◦ blue 107

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

Shades of Ruby #EA186B

Tints of Ruby #EA186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 64.11%
G = 6.58%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA186B (or 0xEA186B) is known color: Ruby. HEX triplet: EA, 18 and 6B. RGB value is (234,24,107). Sum of RGB (Red+Green+Blue) = 234+24+107=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA186B is #15E794. Grayscale: #606060. Windows color (decimal): -1435541 or 7018730. OLE color: 7018730.

HSL color Cylindrical-coordinate representation of color #EA186B: hue angle of 336.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA186B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 107 -
CMYK 0 0.90 0.54 0.08
HSL 336.29º 0.83% 0.51% -
HSV(B) 336.29º 0.9% 0.92% -
XYZ 36.91 19.21 15.67 -
YUV 96.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 234 24 107 0 0.90 0.54 0.08 336.29 0.83 0.51
Hex EA 18 6B 0 5A 36 8 150 53 33
Octal 352 30 153 0 132 66 10 520 123 63
Binary 11101010 11000 1101011 0 1011010 110110 1000 101010000 1010011 110011

Color Harmonies of #EA186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA186B

Black with #EA186B

Text Example


Text Example

White with #EA186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA186B; }

 p { color: rgb(234,24,107); }

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

background-color css

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

 a { background-color: rgb(234,24,107); }

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

border-color css

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

 span { border-color: rgb(234,24,107); }

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