Html Css Color HEX #EA77DE Orchid

📋 copy color: '#EA77DE'

red 234 ◦ green 119 ◦ blue 222

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

Shades of Orchid #EA77DE

Tints of Orchid #EA77DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 40.7%
G = 20.7%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA77DE (or 0xEA77DE) is known color: Orchid. HEX triplet: EA, 77 and DE. RGB value is (234,119,222). Sum of RGB (Red+Green+Blue) = 234+119+222=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77DE is #158821. Grayscale: #A4A4A4. Windows color (decimal): -1411106 or 14579690. OLE color: 14579690.

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

Color convert

RGB 234 119 222 -
CMYK 0 0.49 0.05 0.08
HSL 306.26º 0.73% 0.69% -
HSV(B) 306.26º 0.49% 0.92% -
XYZ 53.71 35.96 73.22 -
YUV 165.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 234 119 222 0 0.49 0.05 0.08 306.26 0.73 0.69
Hex EA 77 DE 0 31 5 8 132 49 45
Octal 352 167 336 0 61 5 10 462 111 105
Binary 11101010 1110111 11011110 0 110001 101 1000 100110010 1001001 1000101

Color Harmonies of #EA77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77DE

Black with #EA77DE

Text Example


Text Example

White with #EA77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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