Html Css Color HEX #EC74D1 Orchid

📋 copy color: '#EC74D1'

red 236 ◦ green 116 ◦ blue 209

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

Shades of Orchid #EC74D1

Tints of Orchid #EC74D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.25%

R = 42.07%
G = 20.68%
B = 37.25%

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

#EC74D1 (or 0xEC74D1) is known color: Orchid. HEX triplet: EC, 74 and D1. RGB value is (236,116,209). Sum of RGB (Red+Green+Blue) = 236+116+209=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74D1 is #138B2E. Grayscale: #A2A2A2. Windows color (decimal): -1280815 or 13726956. OLE color: 13726956.

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

Color convert

RGB 236 116 209 -
CMYK 0 0.51 0.11 0.07
HSL 313.5º 0.76% 0.69% -
HSV(B) 313.5º 0.51% 0.93% -
XYZ 52.35 34.93 64.3 -
YUV 162.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 236 116 209 0 0.51 0.11 0.07 313.5 0.76 0.69
Hex EC 74 D1 0 33 B 7 13A 4C 45
Octal 354 164 321 0 63 13 7 472 114 105
Binary 11101100 1110100 11010001 0 110011 1011 111 100111010 1001100 1000101

Color Harmonies of #EC74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74D1

Black with #EC74D1

Text Example


Text Example

White with #EC74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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