Html Css Color HEX #E47AD4 Orchid

📋 copy color: '#E47AD4'

red 228 ◦ green 122 ◦ blue 212

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

Shades of Orchid #E47AD4

Tints of Orchid #E47AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.71%

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 40.57%
G = 21.71%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E47AD4 (or 0xE47AD4) is known color: Orchid. HEX triplet: E4, 7A and D4. RGB value is (228,122,212). Sum of RGB (Red+Green+Blue) = 228+122+212=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47AD4 is #1B852B. Grayscale: #A3A3A3. Windows color (decimal): -1803564 or 13925092. OLE color: 13925092.

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

Color convert

RGB 228 122 212 -
CMYK 0 0.46 0.07 0.11
HSL 309.06º 0.66% 0.69% -
HSV(B) 309.06º 0.46% 0.89% -
XYZ 50.84 35.17 66.4 -
YUV 163.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 228 122 212 0 0.46 0.07 0.11 309.06 0.66 0.69
Hex E4 7A D4 0 2E 7 B 135 42 45
Octal 344 172 324 0 56 7 13 465 102 105
Binary 11100100 1111010 11010100 0 101110 111 1011 100110101 1000010 1000101

Color Harmonies of #E47AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47AD4

Black with #E47AD4

Text Example


Text Example

White with #E47AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47AD4; }

 p { color: rgb(228,122,212); }

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

background-color css

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

 a { background-color: rgb(228,122,212); }

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

border-color css

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

 span { border-color: rgb(228,122,212); }

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