Html Css Color HEX #E474DA Orchid

📋 copy color: '#E474DA'

red 228 ◦ green 116 ◦ blue 218

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

Shades of Orchid #E474DA

Tints of Orchid #E474DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 40.57%
G = 20.64%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E474DA (or 0xE474DA) is known color: Orchid. HEX triplet: E4, 74 and DA. RGB value is (228,116,218). Sum of RGB (Red+Green+Blue) = 228+116+218=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E474DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474DA is #1B8B25. Grayscale: #A0A0A0. Windows color (decimal): -1805094 or 14316772. OLE color: 14316772.

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

Color convert

RGB 228 116 218 -
CMYK 0 0.49 0.04 0.11
HSL 305.36º 0.67% 0.67% -
HSV(B) 305.36º 0.49% 0.89% -
XYZ 50.9 34.05 70.22 -
YUV 161.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 228 116 218 0 0.49 0.04 0.11 305.36 0.67 0.67
Hex E4 74 DA 0 31 4 B 131 43 43
Octal 344 164 332 0 61 4 13 461 103 103
Binary 11100100 1110100 11011010 0 110001 100 1011 100110001 1000011 1000011

Color Harmonies of #E474DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474DA

Black with #E474DA

Text Example


Text Example

White with #E474DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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