Html Css Color HEX #EC71DB Orchid

📋 copy color: '#EC71DB'

red 236 ◦ green 113 ◦ blue 219

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

Shades of Orchid #EC71DB

Tints of Orchid #EC71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 41.55%
G = 19.89%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC71DB (or 0xEC71DB) is known color: Orchid. HEX triplet: EC, 71 and DB. RGB value is (236,113,219). Sum of RGB (Red+Green+Blue) = 236+113+219=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71DB is #138E24. Grayscale: #A1A1A1. Windows color (decimal): -1281573 or 14381548. OLE color: 14381548.

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

Color convert

RGB 236 113 219 -
CMYK 0 0.52 0.07 0.07
HSL 308.29º 0.76% 0.68% -
HSV(B) 308.29º 0.52% 0.93% -
XYZ 53.28 34.76 70.92 -
YUV 161.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 236 113 219 0 0.52 0.07 0.07 308.29 0.76 0.68
Hex EC 71 DB 0 34 7 7 134 4C 44
Octal 354 161 333 0 64 7 7 464 114 104
Binary 11101100 1110001 11011011 0 110100 111 111 100110100 1001100 1000100

Color Harmonies of #EC71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71DB

Black with #EC71DB

Text Example


Text Example

White with #EC71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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