Html Css Color HEX #EC2066 Ruby

📋 copy color: '#EC2066'

red 236 ◦ green 32 ◦ blue 102

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

Shades of Ruby #EC2066

Tints of Ruby #EC2066

RGB

 RED value IS 236 (92.58% from 255) = 63.78%

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

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

R = 63.78%
G = 8.65%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC2066 (or 0xEC2066) is known color: Ruby. HEX triplet: EC, 20 and 66. RGB value is (236,32,102). Sum of RGB (Red+Green+Blue) = 236+32+102=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2066 is #13DF99. Grayscale: #646464. Windows color (decimal): -1302426 or 6693100. OLE color: 6693100.

HSL color Cylindrical-coordinate representation of color #EC2066: hue angle of 339.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2066 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 102 -
CMYK 0 0.86 0.57 0.07
HSL 339.41º 0.84% 0.53% -
HSV(B) 339.41º 0.86% 0.93% -
XYZ 37.51 19.83 14.42 -
YUV 100.98 128.59 224.31 -
System Red Green Blue C M Y K H S L
Decimal 236 32 102 0 0.86 0.57 0.07 339.41 0.84 0.53
Hex EC 20 66 0 56 39 7 153 54 35
Octal 354 40 146 0 126 71 7 523 124 65
Binary 11101100 100000 1100110 0 1010110 111001 111 101010011 1010100 110101

Color Harmonies of #EC2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2066

Black with #EC2066

Text Example


Text Example

White with #EC2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2066; }

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

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

background-color css

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

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

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

border-color css

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

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

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