Html Css Color HEX #E171CA Orchid

📋 copy color: '#E171CA'

red 225 ◦ green 113 ◦ blue 202

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

Shades of Orchid #E171CA

Tints of Orchid #E171CA

RGB

 RED value IS 225 (88.28% from 255) = 41.67%

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 41.67%
G = 20.93%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E171CA (or 0xE171CA) is known color: Orchid. HEX triplet: E1, 71 and CA. RGB value is (225,113,202). Sum of RGB (Red+Green+Blue) = 225+113+202=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E171CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171CA is #1E8E35. Grayscale: #9C9C9C. Windows color (decimal): -2002486 or 13267425. OLE color: 13267425.

HSL color Cylindrical-coordinate representation of color #E171CA: hue angle of 312.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171CA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 113 202 -
CMYK 0 0.50 0.10 0.12
HSL 312.32º 0.65% 0.66% -
HSV(B) 312.32º 0.5% 0.88% -
XYZ 47.62 32.08 59.56 -
YUV 156.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 225 113 202 0 0.50 0.10 0.12 312.32 0.65 0.66
Hex E1 71 CA 0 32 A C 138 41 42
Octal 341 161 312 0 62 12 14 470 101 102
Binary 11100001 1110001 11001010 0 110010 1010 1100 100111000 1000001 1000010

Color Harmonies of #E171CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171CA

Black with #E171CA

Text Example


Text Example

White with #E171CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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