Html Css Color HEX #EC71D5 Orchid

📋 copy color: '#EC71D5'

red 236 ◦ green 113 ◦ blue 213

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

Shades of Orchid #EC71D5

Tints of Orchid #EC71D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 41.99%
G = 20.11%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC71D5 (or 0xEC71D5) is known color: Orchid. HEX triplet: EC, 71 and D5. RGB value is (236,113,213). Sum of RGB (Red+Green+Blue) = 236+113+213=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71D5 is #138E2A. Grayscale: #A0A0A0. Windows color (decimal): -1281579 or 13988332. OLE color: 13988332.

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

Color convert

RGB 236 113 213 -
CMYK 0 0.52 0.10 0.07
HSL 311.22º 0.76% 0.68% -
HSV(B) 311.22º 0.52% 0.93% -
XYZ 52.51 34.45 66.83 -
YUV 161.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 236 113 213 0 0.52 0.10 0.07 311.22 0.76 0.68
Hex EC 71 D5 0 34 A 7 137 4C 44
Octal 354 161 325 0 64 12 7 467 114 104
Binary 11101100 1110001 11010101 0 110100 1010 111 100110111 1001100 1000100

Color Harmonies of #EC71D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71D5

Black with #EC71D5

Text Example


Text Example

White with #EC71D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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