Html Css Color HEX #E27EDE Orchid

📋 copy color: '#E27EDE'

red 226 ◦ green 126 ◦ blue 222

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

Shades of Orchid #E27EDE

Tints of Orchid #E27EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.95%

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

R = 39.37%
G = 21.95%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E27EDE (or 0xE27EDE) is known color: Orchid. HEX triplet: E2, 7E and DE. RGB value is (226,126,222). Sum of RGB (Red+Green+Blue) = 226+126+222=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EDE is #1D8121. Grayscale: #A6A6A6. Windows color (decimal): -1933602 or 14581474. OLE color: 14581474.

HSL color Cylindrical-coordinate representation of color #E27EDE: hue angle of 302.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27EDE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 126 222 -
CMYK 0 0.44 0.02 0.11
HSL 302.4º 0.63% 0.69% -
HSV(B) 302.4º 0.44% 0.89% -
XYZ 52.01 36.36 73.39 -
YUV 166.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 226 126 222 0 0.44 0.02 0.11 302.4 0.63 0.69
Hex E2 7E DE 0 2C 2 B 12E 3F 45
Octal 342 176 336 0 54 2 13 456 77 105
Binary 11100010 1111110 11011110 0 101100 10 1011 100101110 111111 1000101

Color Harmonies of #E27EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EDE

Black with #E27EDE

Text Example


Text Example

White with #E27EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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