Html Css Color HEX #E279CE Orchid

📋 copy color: '#E279CE'

red 226 ◦ green 121 ◦ blue 206

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

Shades of Orchid #E279CE

Tints of Orchid #E279CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 40.87%
G = 21.88%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E279CE (or 0xE279CE) is known color: Orchid. HEX triplet: E2, 79 and CE. RGB value is (226,121,206). Sum of RGB (Red+Green+Blue) = 226+121+206=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E279CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279CE is #1D8631. Grayscale: #A1A1A1. Windows color (decimal): -1934898 or 13531618. OLE color: 13531618.

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

Color convert

RGB 226 121 206 -
CMYK 0 0.46 0.09 0.11
HSL 311.43º 0.64% 0.68% -
HSV(B) 311.43º 0.46% 0.89% -
XYZ 49.34 34.3 62.41 -
YUV 162.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 226 121 206 0 0.46 0.09 0.11 311.43 0.64 0.68
Hex E2 79 CE 0 2E 9 B 137 40 44
Octal 342 171 316 0 56 11 13 467 100 104
Binary 11100010 1111001 11001110 0 101110 1001 1011 100110111 1000000 1000100

Color Harmonies of #E279CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E279CE

Black with #E279CE

Text Example


Text Example

White with #E279CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E279CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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