Html Css Color HEX #E872E4 Orchid

📋 copy color: '#E872E4'

red 232 ◦ green 114 ◦ blue 228

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

Shades of Orchid #E872E4

Tints of Orchid #E872E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.72%

R = 40.42%
G = 19.86%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E872E4 (or 0xE872E4) is known color: Orchid. HEX triplet: E8, 72 and E4. RGB value is (232,114,228). Sum of RGB (Red+Green+Blue) = 232+114+228=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E872E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872E4 is #178D1B. Grayscale: #A1A1A1. Windows color (decimal): -1543452 or 14971624. OLE color: 14971624.

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

Color convert

RGB 232 114 228 -
CMYK 0 0.51 0.02 0.09
HSL 302.03º 0.72% 0.68% -
HSV(B) 302.03º 0.51% 0.91% -
XYZ 53.3 34.79 77.31 -
YUV 162.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 232 114 228 0 0.51 0.02 0.09 302.03 0.72 0.68
Hex E8 72 E4 0 33 2 9 12E 48 44
Octal 350 162 344 0 63 2 11 456 110 104
Binary 11101000 1110010 11100100 0 110011 10 1001 100101110 1001000 1000100

Color Harmonies of #E872E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872E4

Black with #E872E4

Text Example


Text Example

White with #E872E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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