Html Css Color HEX #E37ADA Orchid

📋 copy color: '#E37ADA'

red 227 ◦ green 122 ◦ blue 218

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

Shades of Orchid #E37ADA

Tints of Orchid #E37ADA

RGB

 RED value IS 227 (89.06% from 255) = 40.04%

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 40.04%
G = 21.52%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E37ADA (or 0xE37ADA) is known color: Orchid. HEX triplet: E3, 7A and DA. RGB value is (227,122,218). Sum of RGB (Red+Green+Blue) = 227+122+218=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ADA is #1C8525. Grayscale: #A4A4A4. Windows color (decimal): -1869094 or 14318307. OLE color: 14318307.

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

Color convert

RGB 227 122 218 -
CMYK 0 0.46 0.04 0.11
HSL 305.14º 0.65% 0.68% -
HSV(B) 305.14º 0.46% 0.89% -
XYZ 51.29 35.31 70.44 -
YUV 164.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 227 122 218 0 0.46 0.04 0.11 305.14 0.65 0.68
Hex E3 7A DA 0 2E 4 B 131 41 44
Octal 343 172 332 0 56 4 13 461 101 104
Binary 11100011 1111010 11011010 0 101110 100 1011 100110001 1000001 1000100

Color Harmonies of #E37ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37ADA

Black with #E37ADA

Text Example


Text Example

White with #E37ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37ADA; }

 p { color: rgb(227,122,218); }

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

background-color css

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

 a { background-color: rgb(227,122,218); }

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

border-color css

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

 span { border-color: rgb(227,122,218); }

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