Html Css Color HEX #EC74D6 Orchid

📋 copy color: '#EC74D6'

red 236 ◦ green 116 ◦ blue 214

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

Shades of Orchid #EC74D6

Tints of Orchid #EC74D6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.49%

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 41.7%
G = 20.49%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC74D6 (or 0xEC74D6) is known color: Orchid. HEX triplet: EC, 74 and D6. RGB value is (236,116,214). Sum of RGB (Red+Green+Blue) = 236+116+214=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74D6 is #138B29. Grayscale: #A2A2A2. Windows color (decimal): -1280810 or 14054636. OLE color: 14054636.

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

Color convert

RGB 236 116 214 -
CMYK 0 0.51 0.09 0.07
HSL 311º 0.76% 0.69% -
HSV(B) 311º 0.51% 0.93% -
XYZ 52.98 35.18 67.62 -
YUV 163.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 236 116 214 0 0.51 0.09 0.07 311 0.76 0.69
Hex EC 74 D6 0 33 9 7 137 4C 45
Octal 354 164 326 0 63 11 7 467 114 105
Binary 11101100 1110100 11010110 0 110011 1001 111 100110111 1001100 1000101

Color Harmonies of #EC74D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74D6

Black with #EC74D6

Text Example


Text Example

White with #EC74D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74D6; }

 p { color: rgb(236,116,214); }

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

background-color css

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

 a { background-color: rgb(236,116,214); }

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

border-color css

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

 span { border-color: rgb(236,116,214); }

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