Html Css Color HEX #EB126A Ruby

📋 copy color: '#EB126A'

red 235 ◦ green 18 ◦ blue 106

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

Shades of Ruby #EB126A

Tints of Ruby #EB126A

RGB

 RED value IS 235 (92.19% from 255) = 65.46%

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 65.46%
G = 5.01%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB126A (or 0xEB126A) is known color: Ruby. HEX triplet: EB, 12 and 6A. RGB value is (235,18,106). Sum of RGB (Red+Green+Blue) = 235+18+106=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB126A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB126A is #14ED95. Grayscale: #5C5C5C. Windows color (decimal): -1371542 or 6951659. OLE color: 6951659.

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

Color convert

RGB 235 18 106 -
CMYK 0 0.92 0.55 0.08
HSL 335.67º 0.86% 0.5% -
HSV(B) 335.67º 0.92% 0.92% -
XYZ 37.08 19.14 15.37 -
YUV 92.92 135.39 229.34 -
System Red Green Blue C M Y K H S L
Decimal 235 18 106 0 0.92 0.55 0.08 335.67 0.86 0.5
Hex EB 12 6A 0 5C 37 8 150 56 32
Octal 353 22 152 0 134 67 10 520 126 62
Binary 11101011 10010 1101010 0 1011100 110111 1000 101010000 1010110 110010

Color Harmonies of #EB126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB126A

Black with #EB126A

Text Example


Text Example

White with #EB126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB126A; }

 p { color: rgb(235,18,106); }

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

background-color css

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

 a { background-color: rgb(235,18,106); }

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

border-color css

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

 span { border-color: rgb(235,18,106); }

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