Html Css Color HEX #EA7AD0 Orchid

📋 copy color: '#EA7AD0'

red 234 ◦ green 122 ◦ blue 208

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

Shades of Orchid #EA7AD0

Tints of Orchid #EA7AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 41.49%
G = 21.63%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA7AD0 (or 0xEA7AD0) is known color: Orchid. HEX triplet: EA, 7A and D0. RGB value is (234,122,208). Sum of RGB (Red+Green+Blue) = 234+122+208=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AD0 is #15852F. Grayscale: #A5A5A5. Windows color (decimal): -1410352 or 13662954. OLE color: 13662954.

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

Color convert

RGB 234 122 208 -
CMYK 0 0.48 0.11 0.08
HSL 313.93º 0.73% 0.7% -
HSV(B) 313.93º 0.48% 0.92% -
XYZ 52.28 35.97 63.86 -
YUV 165.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 234 122 208 0 0.48 0.11 0.08 313.93 0.73 0.7
Hex EA 7A D0 0 30 B 8 13A 49 46
Octal 352 172 320 0 60 13 10 472 111 106
Binary 11101010 1111010 11010000 0 110000 1011 1000 100111010 1001001 1000110

Color Harmonies of #EA7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7AD0

Black with #EA7AD0

Text Example


Text Example

White with #EA7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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