Html Css Color HEX #E874D6 Orchid

📋 copy color: '#E874D6'

red 232 ◦ green 116 ◦ blue 214

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

Shades of Orchid #E874D6

Tints of Orchid #E874D6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.64%

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 41.28%
G = 20.64%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E874D6 (or 0xE874D6) is known color: Orchid. HEX triplet: E8, 74 and D6. RGB value is (232,116,214). Sum of RGB (Red+Green+Blue) = 232+116+214=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E874D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874D6 is #178B29. Grayscale: #A1A1A1. Windows color (decimal): -1542954 or 14054632. OLE color: 14054632.

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

Color convert

RGB 232 116 214 -
CMYK 0 0.50 0.08 0.09
HSL 309.31º 0.72% 0.68% -
HSV(B) 309.31º 0.5% 0.91% -
XYZ 51.66 34.5 67.55 -
YUV 161.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 232 116 214 0 0.50 0.08 0.09 309.31 0.72 0.68
Hex E8 74 D6 0 32 8 9 135 48 44
Octal 350 164 326 0 62 10 11 465 110 104
Binary 11101000 1110100 11010110 0 110010 1000 1001 100110101 1001000 1000100

Color Harmonies of #E874D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E874D6

Black with #E874D6

Text Example


Text Example

White with #E874D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E874D6; }

 p { color: rgb(232,116,214); }

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

background-color css

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

 a { background-color: rgb(232,116,214); }

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

border-color css

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

 span { border-color: rgb(232,116,214); }

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