Html Css Color HEX #E475D4 Orchid

📋 copy color: '#E475D4'

red 228 ◦ green 117 ◦ blue 212

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

Shades of Orchid #E475D4

Tints of Orchid #E475D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 40.93%
G = 21.01%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E475D4 (or 0xE475D4) is known color: Orchid. HEX triplet: E4, 75 and D4. RGB value is (228,117,212). Sum of RGB (Red+Green+Blue) = 228+117+212=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E475D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475D4 is #1B8A2B. Grayscale: #A0A0A0. Windows color (decimal): -1804844 or 13923812. OLE color: 13923812.

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

Color convert

RGB 228 117 212 -
CMYK 0 0.49 0.07 0.11
HSL 308.65º 0.67% 0.68% -
HSV(B) 308.65º 0.49% 0.89% -
XYZ 50.24 33.97 66.2 -
YUV 161.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 228 117 212 0 0.49 0.07 0.11 308.65 0.67 0.68
Hex E4 75 D4 0 31 7 B 135 43 44
Octal 344 165 324 0 61 7 13 465 103 104
Binary 11100100 1110101 11010100 0 110001 111 1011 100110101 1000011 1000100

Color Harmonies of #E475D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475D4

Black with #E475D4

Text Example


Text Example

White with #E475D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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