Html Css Color HEX #EC72D9 Orchid

📋 copy color: '#EC72D9'

red 236 ◦ green 114 ◦ blue 217

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

Shades of Orchid #EC72D9

Tints of Orchid #EC72D9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.11%

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

R = 41.62%
G = 20.11%
B = 38.27%

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

#EC72D9 (or 0xEC72D9) is known color: Orchid. HEX triplet: EC, 72 and D9. RGB value is (236,114,217). Sum of RGB (Red+Green+Blue) = 236+114+217=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72D9 is #138D26. Grayscale: #A1A1A1. Windows color (decimal): -1281319 or 14250732. OLE color: 14250732.

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

Color convert

RGB 236 114 217 -
CMYK 0 0.52 0.08 0.07
HSL 309.34º 0.76% 0.69% -
HSV(B) 309.34º 0.52% 0.93% -
XYZ 53.13 34.88 69.58 -
YUV 162.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 236 114 217 0 0.52 0.08 0.07 309.34 0.76 0.69
Hex EC 72 D9 0 34 8 7 135 4C 45
Octal 354 162 331 0 64 10 7 465 114 105
Binary 11101100 1110010 11011001 0 110100 1000 111 100110101 1001100 1000101

Color Harmonies of #EC72D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72D9

Black with #EC72D9

Text Example


Text Example

White with #EC72D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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