Html Css Color HEX #EC73D4 Orchid

📋 copy color: '#EC73D4'

red 236 ◦ green 115 ◦ blue 212

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

Shades of Orchid #EC73D4

Tints of Orchid #EC73D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.66%

R = 41.92%
G = 20.43%
B = 37.66%

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

#EC73D4 (or 0xEC73D4) is known color: Orchid. HEX triplet: EC, 73 and D4. RGB value is (236,115,212). Sum of RGB (Red+Green+Blue) = 236+115+212=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73D4 is #138C2B. Grayscale: #A1A1A1. Windows color (decimal): -1281068 or 13923308. OLE color: 13923308.

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

Color convert

RGB 236 115 212 -
CMYK 0 0.51 0.10 0.07
HSL 311.9º 0.76% 0.69% -
HSV(B) 311.9º 0.51% 0.93% -
XYZ 52.61 34.85 66.24 -
YUV 162.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 236 115 212 0 0.51 0.10 0.07 311.9 0.76 0.69
Hex EC 73 D4 0 33 A 7 138 4C 45
Octal 354 163 324 0 63 12 7 470 114 105
Binary 11101100 1110011 11010100 0 110011 1010 111 100111000 1001100 1000101

Color Harmonies of #EC73D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73D4

Black with #EC73D4

Text Example


Text Example

White with #EC73D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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