Html Css Color HEX #E872DA Orchid

📋 copy color: '#E872DA'

red 232 ◦ green 114 ◦ blue 218

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

Shades of Orchid #E872DA

Tints of Orchid #E872DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.21%

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

R = 41.13%
G = 20.21%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E872DA (or 0xE872DA) is known color: Orchid. HEX triplet: E8, 72 and DA. RGB value is (232,114,218). Sum of RGB (Red+Green+Blue) = 232+114+218=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E872DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872DA is #178D25. Grayscale: #A0A0A0. Windows color (decimal): -1543462 or 14316264. OLE color: 14316264.

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

Color convert

RGB 232 114 218 -
CMYK 0 0.51 0.06 0.09
HSL 307.12º 0.72% 0.68% -
HSV(B) 307.12º 0.51% 0.91% -
XYZ 51.95 34.25 70.2 -
YUV 161.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 232 114 218 0 0.51 0.06 0.09 307.12 0.72 0.68
Hex E8 72 DA 0 33 6 9 133 48 44
Octal 350 162 332 0 63 6 11 463 110 104
Binary 11101000 1110010 11011010 0 110011 110 1001 100110011 1001000 1000100

Color Harmonies of #E872DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872DA

Black with #E872DA

Text Example


Text Example

White with #E872DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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