Html Css Color HEX #E479CA Orchid

📋 copy color: '#E479CA'

red 228 ◦ green 121 ◦ blue 202

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

Shades of Orchid #E479CA

Tints of Orchid #E479CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 41.38%
G = 21.96%
B = 36.66%

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

#E479CA (or 0xE479CA) is known color: Orchid. HEX triplet: E4, 79 and CA. RGB value is (228,121,202). Sum of RGB (Red+Green+Blue) = 228+121+202=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E479CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479CA is #1B8635. Grayscale: #A2A2A2. Windows color (decimal): -1803830 or 13269476. OLE color: 13269476.

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

Color convert

RGB 228 121 202 -
CMYK 0 0.47 0.11 0.11
HSL 314.58º 0.66% 0.68% -
HSV(B) 314.58º 0.47% 0.89% -
XYZ 49.49 34.43 59.91 -
YUV 162.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 228 121 202 0 0.47 0.11 0.11 314.58 0.66 0.68
Hex E4 79 CA 0 2F B B 13B 42 44
Octal 344 171 312 0 57 13 13 473 102 104
Binary 11100100 1111001 11001010 0 101111 1011 1011 100111011 1000010 1000100

Color Harmonies of #E479CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479CA

Black with #E479CA

Text Example


Text Example

White with #E479CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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