Html Css Color HEX #EC206A Ruby

📋 copy color: '#EC206A'

red 236 ◦ green 32 ◦ blue 106

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

Shades of Ruby #EC206A

Tints of Ruby #EC206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 63.1%
G = 8.56%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC206A (or 0xEC206A) is known color: Ruby. HEX triplet: EC, 20 and 6A. RGB value is (236,32,106). Sum of RGB (Red+Green+Blue) = 236+32+106=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC206A is #13DF95. Grayscale: #656565. Windows color (decimal): -1302422 or 6955244. OLE color: 6955244.

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

Color convert

RGB 236 32 106 -
CMYK 0 0.86 0.55 0.07
HSL 338.24º 0.84% 0.53% -
HSV(B) 338.24º 0.86% 0.93% -
XYZ 37.71 19.91 15.49 -
YUV 101.43 130.59 223.98 -
System Red Green Blue C M Y K H S L
Decimal 236 32 106 0 0.86 0.55 0.07 338.24 0.84 0.53
Hex EC 20 6A 0 56 37 7 152 54 35
Octal 354 40 152 0 126 67 7 522 124 65
Binary 11101100 100000 1101010 0 1010110 110111 111 101010010 1010100 110101

Color Harmonies of #EC206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC206A

Black with #EC206A

Text Example


Text Example

White with #EC206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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