Html Css Color HEX #E475CA Orchid

📋 copy color: '#E475CA'

red 228 ◦ green 117 ◦ blue 202

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

Shades of Orchid #E475CA

Tints of Orchid #E475CA

RGB

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

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

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

R = 41.68%
G = 21.39%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E475CA (or 0xE475CA) is known color: Orchid. HEX triplet: E4, 75 and CA. RGB value is (228,117,202). Sum of RGB (Red+Green+Blue) = 228+117+202=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E475CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475CA is #1B8A35. Grayscale: #9F9F9F. Windows color (decimal): -1804854 or 13268452. OLE color: 13268452.

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

Color convert

RGB 228 117 202 -
CMYK 0 0.49 0.11 0.11
HSL 314.05º 0.67% 0.68% -
HSV(B) 314.05º 0.49% 0.89% -
XYZ 49.02 33.48 59.76 -
YUV 159.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 228 117 202 0 0.49 0.11 0.11 314.05 0.67 0.68
Hex E4 75 CA 0 31 B B 13A 43 44
Octal 344 165 312 0 61 13 13 472 103 104
Binary 11100100 1110101 11001010 0 110001 1011 1011 100111010 1000011 1000100

Color Harmonies of #E475CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475CA

Black with #E475CA

Text Example


Text Example

White with #E475CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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