Html Css Color HEX #E871CA Orchid

📋 copy color: '#E871CA'

red 232 ◦ green 113 ◦ blue 202

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

Shades of Orchid #E871CA

Tints of Orchid #E871CA

RGB

 RED value IS 232 (91.02% from 255) = 42.41%

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

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

R = 42.41%
G = 20.66%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E871CA (or 0xE871CA) is known color: Orchid. HEX triplet: E8, 71 and CA. RGB value is (232,113,202). Sum of RGB (Red+Green+Blue) = 232+113+202=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E871CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871CA is #178E35. Grayscale: #9E9E9E. Windows color (decimal): -1543734 or 13267432. OLE color: 13267432.

HSL color Cylindrical-coordinate representation of color #E871CA: hue angle of 315.13º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871CA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 113 202 -
CMYK 0 0.51 0.13 0.09
HSL 315.13º 0.72% 0.68% -
HSV(B) 315.13º 0.51% 0.91% -
XYZ 49.84 33.23 59.66 -
YUV 158.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 232 113 202 0 0.51 0.13 0.09 315.13 0.72 0.68
Hex E8 71 CA 0 33 D 9 13B 48 44
Octal 350 161 312 0 63 15 11 473 110 104
Binary 11101000 1110001 11001010 0 110011 1101 1001 100111011 1001000 1000100

Color Harmonies of #E871CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E871CA

Black with #E871CA

Text Example


Text Example

White with #E871CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E871CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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