Html Css Color HEX #EC71D9 Orchid

📋 copy color: '#EC71D9'

red 236 ◦ green 113 ◦ blue 217

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

Shades of Orchid #EC71D9

Tints of Orchid #EC71D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.96%

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 41.7%
G = 19.96%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC71D9 (or 0xEC71D9) is known color: Orchid. HEX triplet: EC, 71 and D9. RGB value is (236,113,217). Sum of RGB (Red+Green+Blue) = 236+113+217=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71D9 is #138E26. Grayscale: #A1A1A1. Windows color (decimal): -1281575 or 14250476. OLE color: 14250476.

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

Color convert

RGB 236 113 217 -
CMYK 0 0.52 0.08 0.07
HSL 309.27º 0.76% 0.68% -
HSV(B) 309.27º 0.52% 0.93% -
XYZ 53.02 34.65 69.54 -
YUV 161.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 236 113 217 0 0.52 0.08 0.07 309.27 0.76 0.68
Hex EC 71 D9 0 34 8 7 135 4C 44
Octal 354 161 331 0 64 10 7 465 114 104
Binary 11101100 1110001 11011001 0 110100 1000 111 100110101 1001100 1000100

Color Harmonies of #EC71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71D9

Black with #EC71D9

Text Example


Text Example

White with #EC71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71D9; }

 p { color: rgb(236,113,217); }

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

background-color css

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

 a { background-color: rgb(236,113,217); }

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

border-color css

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

 span { border-color: rgb(236,113,217); }

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