Html Css Color HEX #EC73D5 Orchid

📋 copy color: '#EC73D5'

red 236 ◦ green 115 ◦ blue 213

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

Shades of Orchid #EC73D5

Tints of Orchid #EC73D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 41.84%
G = 20.39%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC73D5 (or 0xEC73D5) is known color: Orchid. HEX triplet: EC, 73 and D5. RGB value is (236,115,213). Sum of RGB (Red+Green+Blue) = 236+115+213=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73D5 is #138C2A. Grayscale: #A2A2A2. Windows color (decimal): -1281067 or 13988844. OLE color: 13988844.

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

Color convert

RGB 236 115 213 -
CMYK 0 0.51 0.10 0.07
HSL 311.41º 0.76% 0.69% -
HSV(B) 311.41º 0.51% 0.93% -
XYZ 52.73 34.9 66.91 -
YUV 162.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 236 115 213 0 0.51 0.10 0.07 311.41 0.76 0.69
Hex EC 73 D5 0 33 A 7 137 4C 45
Octal 354 163 325 0 63 12 7 467 114 105
Binary 11101100 1110011 11010101 0 110011 1010 111 100110111 1001100 1000101

Color Harmonies of #EC73D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73D5

Black with #EC73D5

Text Example


Text Example

White with #EC73D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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