Html Css Color HEX #E479CC Orchid

📋 copy color: '#E479CC'

red 228 ◦ green 121 ◦ blue 204

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

Shades of Orchid #E479CC

Tints of Orchid #E479CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.88%

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

R = 41.23%
G = 21.88%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E479CC (or 0xE479CC) is known color: Orchid. HEX triplet: E4, 79 and CC. RGB value is (228,121,204). Sum of RGB (Red+Green+Blue) = 228+121+204=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E479CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479CC is #1B8633. Grayscale: #A2A2A2. Windows color (decimal): -1803828 or 13400548. OLE color: 13400548.

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

Color convert

RGB 228 121 204 -
CMYK 0 0.47 0.11 0.11
HSL 313.46º 0.66% 0.68% -
HSV(B) 313.46º 0.47% 0.89% -
XYZ 49.73 34.53 61.17 -
YUV 162.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 228 121 204 0 0.47 0.11 0.11 313.46 0.66 0.68
Hex E4 79 CC 0 2F B B 139 42 44
Octal 344 171 314 0 57 13 13 471 102 104
Binary 11100100 1111001 11001100 0 101111 1011 1011 100111001 1000010 1000100

Color Harmonies of #E479CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479CC

Black with #E479CC

Text Example


Text Example

White with #E479CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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