Html Css Color HEX #EA77D5 Orchid

📋 copy color: '#EA77D5'

red 234 ◦ green 119 ◦ blue 213

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

Shades of Orchid #EA77D5

Tints of Orchid #EA77D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 41.34%
G = 21.02%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA77D5 (or 0xEA77D5) is known color: Orchid. HEX triplet: EA, 77 and D5. RGB value is (234,119,213). Sum of RGB (Red+Green+Blue) = 234+119+213=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77D5 is #15882A. Grayscale: #A3A3A3. Windows color (decimal): -1411115 or 13989866. OLE color: 13989866.

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

Color convert

RGB 234 119 213 -
CMYK 0 0.49 0.09 0.08
HSL 310.96º 0.73% 0.69% -
HSV(B) 310.96º 0.49% 0.92% -
XYZ 52.54 35.49 67.03 -
YUV 164.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 234 119 213 0 0.49 0.09 0.08 310.96 0.73 0.69
Hex EA 77 D5 0 31 9 8 137 49 45
Octal 352 167 325 0 61 11 10 467 111 105
Binary 11101010 1110111 11010101 0 110001 1001 1000 100110111 1001001 1000101

Color Harmonies of #EA77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77D5

Black with #EA77D5

Text Example


Text Example

White with #EA77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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