Html Css Color HEX #EC71D0 Orchid

📋 copy color: '#EC71D0'

red 236 ◦ green 113 ◦ blue 208

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

Shades of Orchid #EC71D0

Tints of Orchid #EC71D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 42.37%
G = 20.29%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC71D0 (or 0xEC71D0) is known color: Orchid. HEX triplet: EC, 71 and D0. RGB value is (236,113,208). Sum of RGB (Red+Green+Blue) = 236+113+208=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71D0 is #138E2F. Grayscale: #A0A0A0. Windows color (decimal): -1281584 or 13660652. OLE color: 13660652.

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

Color convert

RGB 236 113 208 -
CMYK 0 0.52 0.12 0.07
HSL 313.66º 0.76% 0.68% -
HSV(B) 313.66º 0.52% 0.93% -
XYZ 51.88 34.2 63.54 -
YUV 160.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 236 113 208 0 0.52 0.12 0.07 313.66 0.76 0.68
Hex EC 71 D0 0 34 C 7 13A 4C 44
Octal 354 161 320 0 64 14 7 472 114 104
Binary 11101100 1110001 11010000 0 110100 1100 111 100111010 1001100 1000100

Color Harmonies of #EC71D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71D0

Black with #EC71D0

Text Example


Text Example

White with #EC71D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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