Html Css Color HEX #EA7AD2 Orchid

📋 copy color: '#EA7AD2'

red 234 ◦ green 122 ◦ blue 210

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

Shades of Orchid #EA7AD2

Tints of Orchid #EA7AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.1%

R = 41.34%
G = 21.55%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA7AD2 (or 0xEA7AD2) is known color: Orchid. HEX triplet: EA, 7A and D2. RGB value is (234,122,210). Sum of RGB (Red+Green+Blue) = 234+122+210=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AD2 is #15852D. Grayscale: #A5A5A5. Windows color (decimal): -1410350 or 13794026. OLE color: 13794026.

HSL color Cylindrical-coordinate representation of color #EA7AD2: hue angle of 312.86º 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 #EA7AD2 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 210 -
CMYK 0 0.48 0.10 0.08
HSL 312.86º 0.73% 0.7% -
HSV(B) 312.86º 0.48% 0.92% -
XYZ 52.52 36.06 65.17 -
YUV 165.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 234 122 210 0 0.48 0.10 0.08 312.86 0.73 0.7
Hex EA 7A D2 0 30 A 8 139 49 46
Octal 352 172 322 0 60 12 10 471 111 106
Binary 11101010 1111010 11010010 0 110000 1010 1000 100111001 1001001 1000110

Color Harmonies of #EA7AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7AD2

Black with #EA7AD2

Text Example


Text Example

White with #EA7AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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