Html Css Color HEX #EB2062 Ruby

📋 copy color: '#EB2062'

red 235 ◦ green 32 ◦ blue 98

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

Shades of Ruby #EB2062

Tints of Ruby #EB2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 64.38%
G = 8.77%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB2062 (or 0xEB2062) is known color: Ruby. HEX triplet: EB, 20 and 62. RGB value is (235,32,98). Sum of RGB (Red+Green+Blue) = 235+32+98=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2062 is #14DF9D. Grayscale: #646464. Windows color (decimal): -1367966 or 6430955. OLE color: 6430955.

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

Color convert

RGB 235 32 98 -
CMYK 0 0.86 0.58 0.08
HSL 340.49º 0.84% 0.52% -
HSV(B) 340.49º 0.86% 0.92% -
XYZ 36.98 19.58 13.38 -
YUV 100.22 126.75 224.13 -
System Red Green Blue C M Y K H S L
Decimal 235 32 98 0 0.86 0.58 0.08 340.49 0.84 0.52
Hex EB 20 62 0 56 3A 8 154 54 34
Octal 353 40 142 0 126 72 10 524 124 64
Binary 11101011 100000 1100010 0 1010110 111010 1000 101010100 1010100 110100

Color Harmonies of #EB2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2062

Black with #EB2062

Text Example


Text Example

White with #EB2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2062; }

 p { color: rgb(235,32,98); }

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

background-color css

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

 a { background-color: rgb(235,32,98); }

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

border-color css

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

 span { border-color: rgb(235,32,98); }

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