Html Css Color HEX #EC70E1 Orchid

📋 copy color: '#EC70E1'

red 236 ◦ green 112 ◦ blue 225

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

Shades of Orchid #EC70E1

Tints of Orchid #EC70E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 41.19%
G = 19.55%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC70E1 (or 0xEC70E1) is known color: Orchid. HEX triplet: EC, 70 and E1. RGB value is (236,112,225). Sum of RGB (Red+Green+Blue) = 236+112+225=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70E1 is #138F1E. Grayscale: #A1A1A1. Windows color (decimal): -1281823 or 14774508. OLE color: 14774508.

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

Color convert

RGB 236 112 225 -
CMYK 0 0.53 0.05 0.07
HSL 305.32º 0.77% 0.68% -
HSV(B) 305.32º 0.53% 0.93% -
XYZ 53.98 34.86 75.12 -
YUV 161.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 236 112 225 0 0.53 0.05 0.07 305.32 0.77 0.68
Hex EC 70 E1 0 35 5 7 131 4D 44
Octal 354 160 341 0 65 5 7 461 115 104
Binary 11101100 1110000 11100001 0 110101 101 111 100110001 1001101 1000100

Color Harmonies of #EC70E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70E1

Black with #EC70E1

Text Example


Text Example

White with #EC70E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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