Html Css Color HEX #EB1D68 Ruby

📋 copy color: '#EB1D68'

red 235 ◦ green 29 ◦ blue 104

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

Shades of Ruby #EB1D68

Tints of Ruby #EB1D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 63.86%
G = 7.88%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB1D68 (or 0xEB1D68) is known color: Ruby. HEX triplet: EB, 1D and 68. RGB value is (235,29,104). Sum of RGB (Red+Green+Blue) = 235+29+104=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D68 is #14E297. Grayscale: #636363. Windows color (decimal): -1368728 or 6823403. OLE color: 6823403.

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

Color convert

RGB 235 29 104 -
CMYK 0 0.88 0.56 0.08
HSL 338.16º 0.84% 0.52% -
HSV(B) 338.16º 0.88% 0.92% -
XYZ 37.2 19.54 14.91 -
YUV 99.14 130.75 224.9 -
System Red Green Blue C M Y K H S L
Decimal 235 29 104 0 0.88 0.56 0.08 338.16 0.84 0.52
Hex EB 1D 68 0 58 38 8 152 54 34
Octal 353 35 150 0 130 70 10 522 124 64
Binary 11101011 11101 1101000 0 1011000 111000 1000 101010010 1010100 110100

Color Harmonies of #EB1D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D68

Black with #EB1D68

Text Example


Text Example

White with #EB1D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D68; }

 p { color: rgb(235,29,104); }

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

background-color css

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

 a { background-color: rgb(235,29,104); }

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

border-color css

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

 span { border-color: rgb(235,29,104); }

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