Html Css Color HEX #E479DA Orchid

📋 copy color: '#E479DA'

red 228 ◦ green 121 ◦ blue 218

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

Shades of Orchid #E479DA

Tints of Orchid #E479DA

RGB

 RED value IS 228 (89.45% from 255) = 40.21%

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

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

R = 40.21%
G = 21.34%
B = 38.45%

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

#E479DA (or 0xE479DA) is known color: Orchid. HEX triplet: E4, 79 and DA. RGB value is (228,121,218). Sum of RGB (Red+Green+Blue) = 228+121+218=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E479DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479DA is #1B8625. Grayscale: #A3A3A3. Windows color (decimal): -1803814 or 14318052. OLE color: 14318052.

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

Color convert

RGB 228 121 218 -
CMYK 0 0.47 0.04 0.11
HSL 305.61º 0.66% 0.68% -
HSV(B) 305.61º 0.47% 0.89% -
XYZ 51.49 35.23 70.42 -
YUV 164.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 228 121 218 0 0.47 0.04 0.11 305.61 0.66 0.68
Hex E4 79 DA 0 2F 4 B 132 42 44
Octal 344 171 332 0 57 4 13 462 102 104
Binary 11100100 1111001 11011010 0 101111 100 1011 100110010 1000010 1000100

Color Harmonies of #E479DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479DA

Black with #E479DA

Text Example


Text Example

White with #E479DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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