Html Css Color HEX #E47ECF Orchid

📋 copy color: '#E47ECF'

red 228 ◦ green 126 ◦ blue 207

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

Shades of Orchid #E47ECF

Tints of Orchid #E47ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 40.64%
G = 22.46%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E47ECF (or 0xE47ECF) is known color: Orchid. HEX triplet: E4, 7E and CF. RGB value is (228,126,207). Sum of RGB (Red+Green+Blue) = 228+126+207=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ECF is #1B8130. Grayscale: #A5A5A5. Windows color (decimal): -1802545 or 13598436. OLE color: 13598436.

HSL color Cylindrical-coordinate representation of color #E47ECF: hue angle of 312.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47ECF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 126 207 -
CMYK 0 0.45 0.09 0.11
HSL 312.35º 0.65% 0.69% -
HSV(B) 312.35º 0.45% 0.89% -
XYZ 50.72 35.92 63.29 -
YUV 165.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 228 126 207 0 0.45 0.09 0.11 312.35 0.65 0.69
Hex E4 7E CF 0 2D 9 B 138 41 45
Octal 344 176 317 0 55 11 13 470 101 105
Binary 11100100 1111110 11001111 0 101101 1001 1011 100111000 1000001 1000101

Color Harmonies of #E47ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ECF

Black with #E47ECF

Text Example


Text Example

White with #E47ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ECF; }

 p { color: rgb(228,126,207); }

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

background-color css

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

 a { background-color: rgb(228,126,207); }

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

border-color css

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

 span { border-color: rgb(228,126,207); }

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