Html Css Color HEX #EB067A Ruby

📋 copy color: '#EB067A'

red 235 ◦ green 6 ◦ blue 122

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

Shades of Ruby #EB067A

Tints of Ruby #EB067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 64.74%
G = 1.65%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB067A (or 0xEB067A) is known color: Ruby. HEX triplet: EB, 06 and 7A. RGB value is (235,6,122). Sum of RGB (Red+Green+Blue) = 235+6+122=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB067A is #14F985. Grayscale: #575757. Windows color (decimal): -1374598 or 7997163. OLE color: 7997163.

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

Color convert

RGB 235 6 122 -
CMYK 0 0.97 0.48 0.08
HSL 329.61º 0.95% 0.47% -
HSV(B) 329.61º 0.97% 0.92% -
XYZ 37.84 19.2 20.12 -
YUV 87.7 147.37 233.07 -
System Red Green Blue C M Y K H S L
Decimal 235 6 122 0 0.97 0.48 0.08 329.61 0.95 0.47
Hex EB 6 7A 0 61 30 8 14A 5F 2F
Octal 353 6 172 0 141 60 10 512 137 57
Binary 11101011 110 1111010 0 1100001 110000 1000 101001010 1011111 101111

Color Harmonies of #EB067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB067A

Black with #EB067A

Text Example


Text Example

White with #EB067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB067A; }

 p { color: rgb(235,6,122); }

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

background-color css

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

 a { background-color: rgb(235,6,122); }

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

border-color css

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

 span { border-color: rgb(235,6,122); }

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