Html Css Color HEX #EA77D9 Orchid

📋 copy color: '#EA77D9'

red 234 ◦ green 119 ◦ blue 217

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

Shades of Orchid #EA77D9

Tints of Orchid #EA77D9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.88%

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

R = 41.05%
G = 20.88%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA77D9 (or 0xEA77D9) is known color: Orchid. HEX triplet: EA, 77 and D9. RGB value is (234,119,217). Sum of RGB (Red+Green+Blue) = 234+119+217=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77D9 is #158826. Grayscale: #A4A4A4. Windows color (decimal): -1411111 or 14252010. OLE color: 14252010.

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

Color convert

RGB 234 119 217 -
CMYK 0 0.49 0.07 0.08
HSL 308.87º 0.73% 0.69% -
HSV(B) 308.87º 0.49% 0.92% -
XYZ 53.05 35.7 69.74 -
YUV 164.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 234 119 217 0 0.49 0.07 0.08 308.87 0.73 0.69
Hex EA 77 D9 0 31 7 8 135 49 45
Octal 352 167 331 0 61 7 10 465 111 105
Binary 11101010 1110111 11011001 0 110001 111 1000 100110101 1001001 1000101

Color Harmonies of #EA77D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77D9

Black with #EA77D9

Text Example


Text Example

White with #EA77D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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