Html Css Color HEX #EC6EE2 Orchid

📋 copy color: '#EC6EE2'

red 236 ◦ green 110 ◦ blue 226

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

Shades of Orchid #EC6EE2

Tints of Orchid #EC6EE2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.23%

 BLUE value IS 226 (88.67% from 255) = 39.51%

R = 41.26%
G = 19.23%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC6EE2 (or 0xEC6EE2) is known color: Orchid. HEX triplet: EC, 6E and E2. RGB value is (236,110,226). Sum of RGB (Red+Green+Blue) = 236+110+226=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EE2 is #13911D. Grayscale: #A0A0A0. Windows color (decimal): -1282334 or 14839532. OLE color: 14839532.

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

Color convert

RGB 236 110 226 -
CMYK 0 0.53 0.04 0.07
HSL 304.76º 0.77% 0.68% -
HSV(B) 304.76º 0.53% 0.93% -
XYZ 53.9 34.48 75.77 -
YUV 160.9 164.74 181.57 -
System Red Green Blue C M Y K H S L
Decimal 236 110 226 0 0.53 0.04 0.07 304.76 0.77 0.68
Hex EC 6E E2 0 35 4 7 131 4D 44
Octal 354 156 342 0 65 4 7 461 115 104
Binary 11101100 1101110 11100010 0 110101 100 111 100110001 1001101 1000100

Color Harmonies of #EC6EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EE2

Black with #EC6EE2

Text Example


Text Example

White with #EC6EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EE2; }

 p { color: rgb(236,110,226); }

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

background-color css

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

 a { background-color: rgb(236,110,226); }

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

border-color css

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

 span { border-color: rgb(236,110,226); }

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