Html Css Color HEX #E279E1 Orchid

📋 copy color: '#E279E1'

red 226 ◦ green 121 ◦ blue 225

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

Shades of Orchid #E279E1

Tints of Orchid #E279E1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.15%

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 39.51%
G = 21.15%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E279E1 (or 0xE279E1) is known color: Orchid. HEX triplet: E2, 79 and E1. RGB value is (226,121,225). Sum of RGB (Red+Green+Blue) = 226+121+225=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E279E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279E1 is #1D861E. Grayscale: #A3A3A3. Windows color (decimal): -1934879 or 14776802. OLE color: 14776802.

HSL color Cylindrical-coordinate representation of color #E279E1: hue angle of 300.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279E1 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 121 225 -
CMYK 0 0.46 0.00 0.11
HSL 300.57º 0.64% 0.68% -
HSV(B) 300.57º 0.46% 0.89% -
XYZ 51.79 35.28 75.31 -
YUV 164.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 226 121 225 0 0.46 0.00 0.11 300.57 0.64 0.68
Hex E2 79 E1 0 2E 0 B 12D 40 44
Octal 342 171 341 0 56 0 13 455 100 104
Binary 11100010 1111001 11100001 0 101110 0 1011 100101101 1000000 1000100

Color Harmonies of #E279E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E279E1

Black with #E279E1

Text Example


Text Example

White with #E279E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E279E1; }

 p { color: rgb(226,121,225); }

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

background-color css

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

 a { background-color: rgb(226,121,225); }

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

border-color css

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

 span { border-color: rgb(226,121,225); }

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