Html Css Color HEX #E474CA Orchid

📋 copy color: '#E474CA'

red 228 ◦ green 116 ◦ blue 202

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

Shades of Orchid #E474CA

Tints of Orchid #E474CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.25%

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

R = 41.76%
G = 21.25%
B = 37%

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

#E474CA (or 0xE474CA) is known color: Orchid. HEX triplet: E4, 74 and CA. RGB value is (228,116,202). Sum of RGB (Red+Green+Blue) = 228+116+202=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E474CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474CA is #1B8B35. Grayscale: #9F9F9F. Windows color (decimal): -1805110 or 13268196. OLE color: 13268196.

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

Color convert

RGB 228 116 202 -
CMYK 0 0.49 0.11 0.11
HSL 313.93º 0.67% 0.67% -
HSV(B) 313.93º 0.49% 0.89% -
XYZ 48.9 33.25 59.72 -
YUV 159.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 228 116 202 0 0.49 0.11 0.11 313.93 0.67 0.67
Hex E4 74 CA 0 31 B B 13A 43 43
Octal 344 164 312 0 61 13 13 472 103 103
Binary 11100100 1110100 11001010 0 110001 1011 1011 100111010 1000011 1000011

Color Harmonies of #E474CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474CA

Black with #E474CA

Text Example


Text Example

White with #E474CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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