Html Css Color HEX #E379D8 Orchid

📋 copy color: '#E379D8'

red 227 ◦ green 121 ◦ blue 216

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

Shades of Orchid #E379D8

Tints of Orchid #E379D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 40.25%
G = 21.45%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E379D8 (or 0xE379D8) is known color: Orchid. HEX triplet: E3, 79 and D8. RGB value is (227,121,216). Sum of RGB (Red+Green+Blue) = 227+121+216=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E379D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379D8 is #1C8627. Grayscale: #A3A3A3. Windows color (decimal): -1869352 or 14186979. OLE color: 14186979.

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

Color convert

RGB 227 121 216 -
CMYK 0 0.47 0.05 0.11
HSL 306.23º 0.65% 0.68% -
HSV(B) 306.23º 0.47% 0.89% -
XYZ 50.91 34.96 69.03 -
YUV 163.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 227 121 216 0 0.47 0.05 0.11 306.23 0.65 0.68
Hex E3 79 D8 0 2F 5 B 132 41 44
Octal 343 171 330 0 57 5 13 462 101 104
Binary 11100011 1111001 11011000 0 101111 101 1011 100110010 1000001 1000100

Color Harmonies of #E379D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379D8

Black with #E379D8

Text Example


Text Example

White with #E379D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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