Html Css Color HEX #EC74D9 Orchid

📋 copy color: '#EC74D9'

red 236 ◦ green 116 ◦ blue 217

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

Shades of Orchid #EC74D9

Tints of Orchid #EC74D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 41.48%
G = 20.39%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC74D9 (or 0xEC74D9) is known color: Orchid. HEX triplet: EC, 74 and D9. RGB value is (236,116,217). Sum of RGB (Red+Green+Blue) = 236+116+217=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74D9 is #138B26. Grayscale: #A3A3A3. Windows color (decimal): -1280807 or 14251244. OLE color: 14251244.

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

Color convert

RGB 236 116 217 -
CMYK 0 0.51 0.08 0.07
HSL 309.5º 0.76% 0.69% -
HSV(B) 309.5º 0.51% 0.93% -
XYZ 53.36 35.33 69.65 -
YUV 163.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 236 116 217 0 0.51 0.08 0.07 309.5 0.76 0.69
Hex EC 74 D9 0 33 8 7 136 4C 45
Octal 354 164 331 0 63 10 7 466 114 105
Binary 11101100 1110100 11011001 0 110011 1000 111 100110110 1001100 1000101

Color Harmonies of #EC74D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74D9

Black with #EC74D9

Text Example


Text Example

White with #EC74D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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