Html Css Color HEX #EC73D2 Orchid

📋 copy color: '#EC73D2'

red 236 ◦ green 115 ◦ blue 210

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

Shades of Orchid #EC73D2

Tints of Orchid #EC73D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 42.07%
G = 20.5%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC73D2 (or 0xEC73D2) is known color: Orchid. HEX triplet: EC, 73 and D2. RGB value is (236,115,210). Sum of RGB (Red+Green+Blue) = 236+115+210=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73D2 is #138C2D. Grayscale: #A1A1A1. Windows color (decimal): -1281070 or 13792236. OLE color: 13792236.

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

Color convert

RGB 236 115 210 -
CMYK 0 0.51 0.11 0.07
HSL 312.89º 0.76% 0.69% -
HSV(B) 312.89º 0.51% 0.93% -
XYZ 52.36 34.75 64.92 -
YUV 162.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 236 115 210 0 0.51 0.11 0.07 312.89 0.76 0.69
Hex EC 73 D2 0 33 B 7 139 4C 45
Octal 354 163 322 0 63 13 7 471 114 105
Binary 11101100 1110011 11010010 0 110011 1011 111 100111001 1001100 1000101

Color Harmonies of #EC73D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73D2

Black with #EC73D2

Text Example


Text Example

White with #EC73D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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