Html Css Color HEX #EC71E1 Orchid

📋 copy color: '#EC71E1'

red 236 ◦ green 113 ◦ blue 225

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

Shades of Orchid #EC71E1

Tints of Orchid #EC71E1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.69%

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

R = 41.11%
G = 19.69%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC71E1 (or 0xEC71E1) is known color: Orchid. HEX triplet: EC, 71 and E1. RGB value is (236,113,225). Sum of RGB (Red+Green+Blue) = 236+113+225=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71E1 is #138E1E. Grayscale: #A2A2A2. Windows color (decimal): -1281567 or 14774764. OLE color: 14774764.

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

Color convert

RGB 236 113 225 -
CMYK 0 0.52 0.05 0.07
HSL 305.37º 0.76% 0.68% -
HSV(B) 305.37º 0.52% 0.93% -
XYZ 54.09 35.08 75.15 -
YUV 162.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 236 113 225 0 0.52 0.05 0.07 305.37 0.76 0.68
Hex EC 71 E1 0 34 5 7 131 4C 44
Octal 354 161 341 0 64 5 7 461 114 104
Binary 11101100 1110001 11100001 0 110100 101 111 100110001 1001100 1000100

Color Harmonies of #EC71E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71E1

Black with #EC71E1

Text Example


Text Example

White with #EC71E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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