Html Css Color HEX #EB0C75 Ruby

📋 copy color: '#EB0C75'

red 235 ◦ green 12 ◦ blue 117

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

Shades of Ruby #EB0C75

Tints of Ruby #EB0C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.3%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 64.56%
G = 3.3%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB0C75 (or 0xEB0C75) is known color: Ruby. HEX triplet: EB, 0C and 75. RGB value is (235,12,117). Sum of RGB (Red+Green+Blue) = 235+12+117=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0C75 is #14F38A. Grayscale: #5A5A5A. Windows color (decimal): -1373067 or 7671019. OLE color: 7671019.

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

Color convert

RGB 235 12 117 -
CMYK 0 0.95 0.50 0.08
HSL 331.75º 0.9% 0.48% -
HSV(B) 331.75º 0.95% 0.92% -
XYZ 37.6 19.21 18.56 -
YUV 90.65 142.88 230.96 -
System Red Green Blue C M Y K H S L
Decimal 235 12 117 0 0.95 0.50 0.08 331.75 0.9 0.48
Hex EB C 75 0 5F 32 8 14C 5A 30
Octal 353 14 165 0 137 62 10 514 132 60
Binary 11101011 1100 1110101 0 1011111 110010 1000 101001100 1011010 110000

Color Harmonies of #EB0C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C75

Black with #EB0C75

Text Example


Text Example

White with #EB0C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C75; }

 p { color: rgb(235,12,117); }

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

background-color css

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

 a { background-color: rgb(235,12,117); }

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

border-color css

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

 span { border-color: rgb(235,12,117); }

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