Html Css Color HEX #E47ECC Orchid

📋 copy color: '#E47ECC'

red 228 ◦ green 126 ◦ blue 204

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

Shades of Orchid #E47ECC

Tints of Orchid #E47ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 40.86%
G = 22.58%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E47ECC (or 0xE47ECC) is known color: Orchid. HEX triplet: E4, 7E and CC. RGB value is (228,126,204). Sum of RGB (Red+Green+Blue) = 228+126+204=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ECC is #1B8133. Grayscale: #A5A5A5. Windows color (decimal): -1802548 or 13401828. OLE color: 13401828.

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

Color convert

RGB 228 126 204 -
CMYK 0 0.45 0.11 0.11
HSL 314.12º 0.65% 0.69% -
HSV(B) 314.12º 0.45% 0.89% -
XYZ 50.35 35.78 61.38 -
YUV 165.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 228 126 204 0 0.45 0.11 0.11 314.12 0.65 0.69
Hex E4 7E CC 0 2D B B 13A 41 45
Octal 344 176 314 0 55 13 13 472 101 105
Binary 11100100 1111110 11001100 0 101101 1011 1011 100111010 1000001 1000101

Color Harmonies of #E47ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ECC

Black with #E47ECC

Text Example


Text Example

White with #E47ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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