Html Css Color HEX #E475DA Orchid

📋 copy color: '#E475DA'

red 228 ◦ green 117 ◦ blue 218

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

Shades of Orchid #E475DA

Tints of Orchid #E475DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.78%

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

R = 40.5%
G = 20.78%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E475DA (or 0xE475DA) is known color: Orchid. HEX triplet: E4, 75 and DA. RGB value is (228,117,218). Sum of RGB (Red+Green+Blue) = 228+117+218=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E475DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475DA is #1B8A25. Grayscale: #A1A1A1. Windows color (decimal): -1804838 or 14317028. OLE color: 14317028.

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

Color convert

RGB 228 117 218 -
CMYK 0 0.49 0.04 0.11
HSL 305.41º 0.67% 0.68% -
HSV(B) 305.41º 0.49% 0.89% -
XYZ 51.01 34.28 70.26 -
YUV 161.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 228 117 218 0 0.49 0.04 0.11 305.41 0.67 0.68
Hex E4 75 DA 0 31 4 B 131 43 44
Octal 344 165 332 0 61 4 13 461 103 104
Binary 11100100 1110101 11011010 0 110001 100 1011 100110001 1000011 1000100

Color Harmonies of #E475DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475DA

Black with #E475DA

Text Example


Text Example

White with #E475DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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