Html Css Color HEX #E27ADF Orchid

📋 copy color: '#E27ADF'

red 226 ◦ green 122 ◦ blue 223

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

Shades of Orchid #E27ADF

Tints of Orchid #E27ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 39.58%
G = 21.37%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E27ADF (or 0xE27ADF) is known color: Orchid. HEX triplet: E2, 7A and DF. RGB value is (226,122,223). Sum of RGB (Red+Green+Blue) = 226+122+223=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADF is #1D8520. Grayscale: #A4A4A4. Windows color (decimal): -1934625 or 14645986. OLE color: 14645986.

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

Color convert

RGB 226 122 223 -
CMYK 0 0.46 0.01 0.11
HSL 301.73º 0.64% 0.68% -
HSV(B) 301.73º 0.46% 0.89% -
XYZ 51.64 35.42 73.93 -
YUV 164.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 226 122 223 0 0.46 0.01 0.11 301.73 0.64 0.68
Hex E2 7A DF 0 2E 1 B 12E 40 44
Octal 342 172 337 0 56 1 13 456 100 104
Binary 11100010 1111010 11011111 0 101110 1 1011 100101110 1000000 1000100

Color Harmonies of #E27ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ADF

Black with #E27ADF

Text Example


Text Example

White with #E27ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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