Html Css Color HEX #EC74DA Orchid

📋 copy color: '#EC74DA'

red 236 ◦ green 116 ◦ blue 218

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

Shades of Orchid #EC74DA

Tints of Orchid #EC74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 41.4%
G = 20.35%
B = 38.25%

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

#EC74DA (or 0xEC74DA) is known color: Orchid. HEX triplet: EC, 74 and DA. RGB value is (236,116,218). Sum of RGB (Red+Green+Blue) = 236+116+218=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74DA is #138B25. Grayscale: #A3A3A3. Windows color (decimal): -1280806 or 14316780. OLE color: 14316780.

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

Color convert

RGB 236 116 218 -
CMYK 0 0.51 0.08 0.07
HSL 309º 0.76% 0.69% -
HSV(B) 309º 0.51% 0.93% -
XYZ 53.49 35.39 70.34 -
YUV 163.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 236 116 218 0 0.51 0.08 0.07 309 0.76 0.69
Hex EC 74 DA 0 33 8 7 135 4C 45
Octal 354 164 332 0 63 10 7 465 114 105
Binary 11101100 1110100 11011010 0 110011 1000 111 100110101 1001100 1000101

Color Harmonies of #EC74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74DA

Black with #EC74DA

Text Example


Text Example

White with #EC74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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