Html Css Color HEX #E27ADE Orchid

📋 copy color: '#E27ADE'

red 226 ◦ green 122 ◦ blue 222

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

Shades of Orchid #E27ADE

Tints of Orchid #E27ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.4%

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 39.65%
G = 21.4%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E27ADE (or 0xE27ADE) is known color: Orchid. HEX triplet: E2, 7A and DE. RGB value is (226,122,222). Sum of RGB (Red+Green+Blue) = 226+122+222=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADE is #1D8521. Grayscale: #A4A4A4. Windows color (decimal): -1934626 or 14580450. OLE color: 14580450.

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

Color convert

RGB 226 122 222 -
CMYK 0 0.46 0.02 0.11
HSL 302.31º 0.64% 0.68% -
HSV(B) 302.31º 0.46% 0.89% -
XYZ 51.51 35.36 73.22 -
YUV 164.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 226 122 222 0 0.46 0.02 0.11 302.31 0.64 0.68
Hex E2 7A DE 0 2E 2 B 12E 40 44
Octal 342 172 336 0 56 2 13 456 100 104
Binary 11100010 1111010 11011110 0 101110 10 1011 100101110 1000000 1000100

Color Harmonies of #E27ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ADE

Black with #E27ADE

Text Example


Text Example

White with #E27ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ADE; }

 p { color: rgb(226,122,222); }

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

background-color css

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

 a { background-color: rgb(226,122,222); }

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

border-color css

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

 span { border-color: rgb(226,122,222); }

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