Html Css Color HEX #EB0F6C Ruby

📋 copy color: '#EB0F6C'

red 235 ◦ green 15 ◦ blue 108

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

Shades of Ruby #EB0F6C

Tints of Ruby #EB0F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.19%

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 65.64%
G = 4.19%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB0F6C (or 0xEB0F6C) is known color: Ruby. HEX triplet: EB, 0F and 6C. RGB value is (235,15,108). Sum of RGB (Red+Green+Blue) = 235+15+108=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F6C is #14F093. Grayscale: #5B5B5B. Windows color (decimal): -1372308 or 7081963. OLE color: 7081963.

HSL color Cylindrical-coordinate representation of color #EB0F6C: hue angle of 334.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0F6C is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 108 -
CMYK 0 0.94 0.54 0.08
HSL 334.64º 0.88% 0.49% -
HSV(B) 334.64º 0.94% 0.92% -
XYZ 37.14 19.09 15.91 -
YUV 91.38 137.39 230.44 -
System Red Green Blue C M Y K H S L
Decimal 235 15 108 0 0.94 0.54 0.08 334.64 0.88 0.49
Hex EB F 6C 0 5E 36 8 14F 58 31
Octal 353 17 154 0 136 66 10 517 130 61
Binary 11101011 1111 1101100 0 1011110 110110 1000 101001111 1011000 110001

Color Harmonies of #EB0F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F6C

Black with #EB0F6C

Text Example


Text Example

White with #EB0F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F6C; }

 p { color: rgb(235,15,108); }

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

background-color css

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

 a { background-color: rgb(235,15,108); }

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

border-color css

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

 span { border-color: rgb(235,15,108); }

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