Html Css Color HEX #E475D0 Orchid

📋 copy color: '#E475D0'

red 228 ◦ green 117 ◦ blue 208

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

Shades of Orchid #E475D0

Tints of Orchid #E475D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 41.23%
G = 21.16%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E475D0 (or 0xE475D0) is known color: Orchid. HEX triplet: E4, 75 and D0. RGB value is (228,117,208). Sum of RGB (Red+Green+Blue) = 228+117+208=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E475D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475D0 is #1B8A2F. Grayscale: #A0A0A0. Windows color (decimal): -1804848 or 13661668. OLE color: 13661668.

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

Color convert

RGB 228 117 208 -
CMYK 0 0.49 0.09 0.11
HSL 310.81º 0.67% 0.68% -
HSV(B) 310.81º 0.49% 0.89% -
XYZ 49.74 33.77 63.57 -
YUV 160.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 228 117 208 0 0.49 0.09 0.11 310.81 0.67 0.68
Hex E4 75 D0 0 31 9 B 137 43 44
Octal 344 165 320 0 61 11 13 467 103 104
Binary 11100100 1110101 11010000 0 110001 1001 1011 100110111 1000011 1000100

Color Harmonies of #E475D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475D0

Black with #E475D0

Text Example


Text Example

White with #E475D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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