Html Css Color HEX #EC70D2 Orchid

📋 copy color: '#EC70D2'

red 236 ◦ green 112 ◦ blue 210

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

Shades of Orchid #EC70D2

Tints of Orchid #EC70D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.63%

R = 42.29%
G = 20.07%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC70D2 (or 0xEC70D2) is known color: Orchid. HEX triplet: EC, 70 and D2. RGB value is (236,112,210). Sum of RGB (Red+Green+Blue) = 236+112+210=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70D2 is #138F2D. Grayscale: #9F9F9F. Windows color (decimal): -1281838 or 13791468. OLE color: 13791468.

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

Color convert

RGB 236 112 210 -
CMYK 0 0.53 0.11 0.07
HSL 312.58º 0.77% 0.68% -
HSV(B) 312.58º 0.53% 0.93% -
XYZ 52.02 34.07 64.81 -
YUV 160.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 236 112 210 0 0.53 0.11 0.07 312.58 0.77 0.68
Hex EC 70 D2 0 35 B 7 139 4D 44
Octal 354 160 322 0 65 13 7 471 115 104
Binary 11101100 1110000 11010010 0 110101 1011 111 100111001 1001101 1000100

Color Harmonies of #EC70D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70D2

Black with #EC70D2

Text Example


Text Example

White with #EC70D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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