Html Css Color HEX #EC73D8 Orchid

📋 copy color: '#EC73D8'

red 236 ◦ green 115 ◦ blue 216

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

Shades of Orchid #EC73D8

Tints of Orchid #EC73D8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.28%

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 41.62%
G = 20.28%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC73D8 (or 0xEC73D8) is known color: Orchid. HEX triplet: EC, 73 and D8. RGB value is (236,115,216). Sum of RGB (Red+Green+Blue) = 236+115+216=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73D8 is #138C27. Grayscale: #A2A2A2. Windows color (decimal): -1281064 or 14185452. OLE color: 14185452.

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

Color convert

RGB 236 115 216 -
CMYK 0 0.51 0.08 0.07
HSL 309.92º 0.76% 0.69% -
HSV(B) 309.92º 0.51% 0.93% -
XYZ 53.12 35.05 68.93 -
YUV 162.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 236 115 216 0 0.51 0.08 0.07 309.92 0.76 0.69
Hex EC 73 D8 0 33 8 7 136 4C 45
Octal 354 163 330 0 63 10 7 466 114 105
Binary 11101100 1110011 11011000 0 110011 1000 111 100110110 1001100 1000101

Color Harmonies of #EC73D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73D8

Black with #EC73D8

Text Example


Text Example

White with #EC73D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73D8; }

 p { color: rgb(236,115,216); }

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

background-color css

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

 a { background-color: rgb(236,115,216); }

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

border-color css

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

 span { border-color: rgb(236,115,216); }

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