Html Css Color HEX #E874DA Orchid

📋 copy color: '#E874DA'

red 232 ◦ green 116 ◦ blue 218

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

Shades of Orchid #E874DA

Tints of Orchid #E874DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 40.99%
G = 20.49%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E874DA (or 0xE874DA) is known color: Orchid. HEX triplet: E8, 74 and DA. RGB value is (232,116,218). Sum of RGB (Red+Green+Blue) = 232+116+218=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E874DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874DA is #178B25. Grayscale: #A2A2A2. Windows color (decimal): -1542950 or 14316776. OLE color: 14316776.

HSL color Cylindrical-coordinate representation of color #E874DA: hue angle of 307.24º 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 #E874DA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 116 218 -
CMYK 0 0.50 0.06 0.09
HSL 307.24º 0.72% 0.68% -
HSV(B) 307.24º 0.5% 0.91% -
XYZ 52.18 34.71 70.28 -
YUV 162.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 232 116 218 0 0.50 0.06 0.09 307.24 0.72 0.68
Hex E8 74 DA 0 32 6 9 133 48 44
Octal 350 164 332 0 62 6 11 463 110 104
Binary 11101000 1110100 11011010 0 110010 110 1001 100110011 1001000 1000100

Color Harmonies of #E874DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E874DA

Black with #E874DA

Text Example


Text Example

White with #E874DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E874DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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