Html Css Color HEX #EC70DB Orchid

📋 copy color: '#EC70DB'

red 236 ◦ green 112 ◦ blue 219

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

Shades of Orchid #EC70DB

Tints of Orchid #EC70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.75%

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 41.62%
G = 19.75%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC70DB (or 0xEC70DB) is known color: Orchid. HEX triplet: EC, 70 and DB. RGB value is (236,112,219). Sum of RGB (Red+Green+Blue) = 236+112+219=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DB is #138F24. Grayscale: #A0A0A0. Windows color (decimal): -1281829 or 14381292. OLE color: 14381292.

HSL color Cylindrical-coordinate representation of color #EC70DB: hue angle of 308.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70DB is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 219 -
CMYK 0 0.53 0.07 0.07
HSL 308.23º 0.77% 0.68% -
HSV(B) 308.23º 0.53% 0.93% -
XYZ 53.17 34.54 70.88 -
YUV 161.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 236 112 219 0 0.53 0.07 0.07 308.23 0.77 0.68
Hex EC 70 DB 0 35 7 7 134 4D 44
Octal 354 160 333 0 65 7 7 464 115 104
Binary 11101100 1110000 11011011 0 110101 111 111 100110100 1001101 1000100

Color Harmonies of #EC70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70DB

Black with #EC70DB

Text Example


Text Example

White with #EC70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70DB; }

 p { color: rgb(236,112,219); }

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

background-color css

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

 a { background-color: rgb(236,112,219); }

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

border-color css

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

 span { border-color: rgb(236,112,219); }

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