Html Css Color HEX #EB1F68 Ruby

📋 copy color: '#EB1F68'

red 235 ◦ green 31 ◦ blue 104

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

Shades of Ruby #EB1F68

Tints of Ruby #EB1F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.38%

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

R = 63.51%
G = 8.38%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB1F68 (or 0xEB1F68) is known color: Ruby. HEX triplet: EB, 1F and 68. RGB value is (235,31,104). Sum of RGB (Red+Green+Blue) = 235+31+104=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1F68 is #14E097. Grayscale: #646464. Windows color (decimal): -1368216 or 6823915. OLE color: 6823915.

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

Color convert

RGB 235 31 104 -
CMYK 0 0.87 0.56 0.08
HSL 338.53º 0.84% 0.52% -
HSV(B) 338.53º 0.87% 0.92% -
XYZ 37.25 19.64 14.92 -
YUV 100.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 235 31 104 0 0.87 0.56 0.08 338.53 0.84 0.52
Hex EB 1F 68 0 57 38 8 153 54 34
Octal 353 37 150 0 127 70 10 523 124 64
Binary 11101011 11111 1101000 0 1010111 111000 1000 101010011 1010100 110100

Color Harmonies of #EB1F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1F68

Black with #EB1F68

Text Example


Text Example

White with #EB1F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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