Html Css Color HEX #E27ADD Orchid

📋 copy color: '#E27ADD'

red 226 ◦ green 122 ◦ blue 221

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

Shades of Orchid #E27ADD

Tints of Orchid #E27ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 39.72%
G = 21.44%
B = 38.84%

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

#E27ADD (or 0xE27ADD) is known color: Orchid. HEX triplet: E2, 7A and DD. RGB value is (226,122,221). Sum of RGB (Red+Green+Blue) = 226+122+221=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADD is #1D8522. Grayscale: #A4A4A4. Windows color (decimal): -1934627 or 14514914. OLE color: 14514914.

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

Color convert

RGB 226 122 221 -
CMYK 0 0.46 0.02 0.11
HSL 302.88º 0.64% 0.68% -
HSV(B) 302.88º 0.46% 0.89% -
XYZ 51.37 35.31 72.51 -
YUV 164.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 226 122 221 0 0.46 0.02 0.11 302.88 0.64 0.68
Hex E2 7A DD 0 2E 2 B 12F 40 44
Octal 342 172 335 0 56 2 13 457 100 104
Binary 11100010 1111010 11011101 0 101110 10 1011 100101111 1000000 1000100

Color Harmonies of #E27ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ADD

Black with #E27ADD

Text Example


Text Example

White with #E27ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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