Html Css Color HEX #E478DA Orchid

📋 copy color: '#E478DA'

red 228 ◦ green 120 ◦ blue 218

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

Shades of Orchid #E478DA

Tints of Orchid #E478DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.2%

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

R = 40.28%
G = 21.2%
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

#E478DA (or 0xE478DA) is known color: Orchid. HEX triplet: E4, 78 and DA. RGB value is (228,120,218). Sum of RGB (Red+Green+Blue) = 228+120+218=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E478DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478DA is #1B8725. Grayscale: #A3A3A3. Windows color (decimal): -1804070 or 14317796. OLE color: 14317796.

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

Color convert

RGB 228 120 218 -
CMYK 0 0.47 0.04 0.11
HSL 305.56º 0.67% 0.68% -
HSV(B) 305.56º 0.47% 0.89% -
XYZ 51.37 34.99 70.38 -
YUV 163.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 228 120 218 0 0.47 0.04 0.11 305.56 0.67 0.68
Hex E4 78 DA 0 2F 4 B 132 43 44
Octal 344 170 332 0 57 4 13 462 103 104
Binary 11100100 1111000 11011010 0 101111 100 1011 100110010 1000011 1000100

Color Harmonies of #E478DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478DA

Black with #E478DA

Text Example


Text Example

White with #E478DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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