Html Css Color HEX #EC71DA Orchid

📋 copy color: '#EC71DA'

red 236 ◦ green 113 ◦ blue 218

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

Shades of Orchid #EC71DA

Tints of Orchid #EC71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 41.62%
G = 19.93%
B = 38.45%

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

#EC71DA (or 0xEC71DA) is known color: Orchid. HEX triplet: EC, 71 and DA. RGB value is (236,113,218). Sum of RGB (Red+Green+Blue) = 236+113+218=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71DA is #138E25. Grayscale: #A1A1A1. Windows color (decimal): -1281574 or 14316012. OLE color: 14316012.

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

Color convert

RGB 236 113 218 -
CMYK 0 0.52 0.08 0.07
HSL 308.78º 0.76% 0.68% -
HSV(B) 308.78º 0.52% 0.93% -
XYZ 53.15 34.71 70.23 -
YUV 161.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 236 113 218 0 0.52 0.08 0.07 308.78 0.76 0.68
Hex EC 71 DA 0 34 8 7 135 4C 44
Octal 354 161 332 0 64 10 7 465 114 104
Binary 11101100 1110001 11011010 0 110100 1000 111 100110101 1001100 1000100

Color Harmonies of #EC71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71DA

Black with #EC71DA

Text Example


Text Example

White with #EC71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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