Html Css Color HEX #E379DA Orchid

📋 copy color: '#E379DA'

red 227 ◦ green 121 ◦ blue 218

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

Shades of Orchid #E379DA

Tints of Orchid #E379DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.38%

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

R = 40.11%
G = 21.38%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E379DA (or 0xE379DA) is known color: Orchid. HEX triplet: E3, 79 and DA. RGB value is (227,121,218). Sum of RGB (Red+Green+Blue) = 227+121+218=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E379DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379DA is #1C8625. Grayscale: #A3A3A3. Windows color (decimal): -1869350 or 14318051. OLE color: 14318051.

HSL color Cylindrical-coordinate representation of color #E379DA: hue angle of 305.09º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379DA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 121 218 -
CMYK 0 0.47 0.04 0.11
HSL 305.09º 0.65% 0.68% -
HSV(B) 305.09º 0.47% 0.89% -
XYZ 51.17 35.07 70.4 -
YUV 163.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 227 121 218 0 0.47 0.04 0.11 305.09 0.65 0.68
Hex E3 79 DA 0 2F 4 B 131 41 44
Octal 343 171 332 0 57 4 13 461 101 104
Binary 11100011 1111001 11011010 0 101111 100 1011 100110001 1000001 1000100

Color Harmonies of #E379DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379DA

Black with #E379DA

Text Example


Text Example

White with #E379DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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