Html Css Color HEX #EB047B Ruby

📋 copy color: '#EB047B'

red 235 ◦ green 4 ◦ blue 123

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

Shades of Ruby #EB047B

Tints of Ruby #EB047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 64.92%
G = 1.1%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB047B (or 0xEB047B) is known color: Ruby. HEX triplet: EB, 04 and 7B. RGB value is (235,4,123). Sum of RGB (Red+Green+Blue) = 235+4+123=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB047B is #14FB84. Grayscale: #565656. Windows color (decimal): -1375109 or 8062187. OLE color: 8062187.

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

Color convert

RGB 235 4 123 -
CMYK 0 0.98 0.48 0.08
HSL 329.09º 0.97% 0.47% -
HSV(B) 329.09º 0.98% 0.92% -
XYZ 37.88 19.18 20.44 -
YUV 86.64 148.53 233.82 -
System Red Green Blue C M Y K H S L
Decimal 235 4 123 0 0.98 0.48 0.08 329.09 0.97 0.47
Hex EB 4 7B 0 62 30 8 149 61 2F
Octal 353 4 173 0 142 60 10 511 141 57
Binary 11101011 100 1111011 0 1100010 110000 1000 101001001 1100001 101111

Color Harmonies of #EB047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB047B

Black with #EB047B

Text Example


Text Example

White with #EB047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB047B; }

 p { color: rgb(235,4,123); }

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

background-color css

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

 a { background-color: rgb(235,4,123); }

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

border-color css

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

 span { border-color: rgb(235,4,123); }

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