Html Css Color HEX #EA7AD9 Orchid

📋 copy color: '#EA7AD9'

red 234 ◦ green 122 ◦ blue 217

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

Shades of Orchid #EA7AD9

Tints of Orchid #EA7AD9

RGB

 RED value IS 234 (91.8% from 255) = 40.84%

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

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 40.84%
G = 21.29%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA7AD9 (or 0xEA7AD9) is known color: Orchid. HEX triplet: EA, 7A and D9. RGB value is (234,122,217). Sum of RGB (Red+Green+Blue) = 234+122+217=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AD9 is #158526. Grayscale: #A6A6A6. Windows color (decimal): -1410343 or 14252778. OLE color: 14252778.

HSL color Cylindrical-coordinate representation of color #EA7AD9: hue angle of 309.11º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7AD9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 217 -
CMYK 0 0.48 0.07 0.08
HSL 309.11º 0.73% 0.7% -
HSV(B) 309.11º 0.48% 0.92% -
XYZ 53.42 36.42 69.86 -
YUV 166.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 234 122 217 0 0.48 0.07 0.08 309.11 0.73 0.7
Hex EA 7A D9 0 30 7 8 135 49 46
Octal 352 172 331 0 60 7 10 465 111 106
Binary 11101010 1111010 11011001 0 110000 111 1000 100110101 1001001 1000110

Color Harmonies of #EA7AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7AD9

Black with #EA7AD9

Text Example


Text Example

White with #EA7AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7AD9; }

 p { color: rgb(234,122,217); }

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

background-color css

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

 a { background-color: rgb(234,122,217); }

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

border-color css

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

 span { border-color: rgb(234,122,217); }

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