Html Css Color HEX #E872E2 Orchid

📋 copy color: '#E872E2'

red 232 ◦ green 114 ◦ blue 226

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

Shades of Orchid #E872E2

Tints of Orchid #E872E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.51%

R = 40.56%
G = 19.93%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E872E2 (or 0xE872E2) is known color: Orchid. HEX triplet: E8, 72 and E2. RGB value is (232,114,226). Sum of RGB (Red+Green+Blue) = 232+114+226=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E872E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872E2 is #178D1D. Grayscale: #A1A1A1. Windows color (decimal): -1543454 or 14840552. OLE color: 14840552.

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

Color convert

RGB 232 114 226 -
CMYK 0 0.51 0.03 0.09
HSL 303.05º 0.72% 0.68% -
HSV(B) 303.05º 0.51% 0.91% -
XYZ 53.02 34.68 75.85 -
YUV 162.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 232 114 226 0 0.51 0.03 0.09 303.05 0.72 0.68
Hex E8 72 E2 0 33 3 9 12F 48 44
Octal 350 162 342 0 63 3 11 457 110 104
Binary 11101000 1110010 11100010 0 110011 11 1001 100101111 1001000 1000100

Color Harmonies of #E872E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872E2

Black with #E872E2

Text Example


Text Example

White with #E872E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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