Html Css Color HEX #EB2066 Ruby

📋 copy color: '#EB2066'

red 235 ◦ green 32 ◦ blue 102

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

Shades of Ruby #EB2066

Tints of Ruby #EB2066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 63.69%
G = 8.67%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB2066 (or 0xEB2066) is known color: Ruby. HEX triplet: EB, 20 and 66. RGB value is (235,32,102). Sum of RGB (Red+Green+Blue) = 235+32+102=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2066 is #14DF99. Grayscale: #646464. Windows color (decimal): -1367962 or 6693099. OLE color: 6693099.

HSL color Cylindrical-coordinate representation of color #EB2066: hue angle of 339.31º 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 #EB2066 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 102 -
CMYK 0 0.86 0.57 0.08
HSL 339.31º 0.84% 0.52% -
HSV(B) 339.31º 0.86% 0.92% -
XYZ 37.18 19.65 14.4 -
YUV 100.68 128.75 223.81 -
System Red Green Blue C M Y K H S L
Decimal 235 32 102 0 0.86 0.57 0.08 339.31 0.84 0.52
Hex EB 20 66 0 56 39 8 153 54 34
Octal 353 40 146 0 126 71 10 523 124 64
Binary 11101011 100000 1100110 0 1010110 111001 1000 101010011 1010100 110100

Color Harmonies of #EB2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2066

Black with #EB2066

Text Example


Text Example

White with #EB2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2066; }

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

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

background-color css

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

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

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

border-color css

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

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

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