Html Css Color HEX #EA77D0 Orchid

📋 copy color: '#EA77D0'

red 234 ◦ green 119 ◦ blue 208

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

Shades of Orchid #EA77D0

Tints of Orchid #EA77D0

RGB

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

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

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

R = 41.71%
G = 21.21%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA77D0 (or 0xEA77D0) is known color: Orchid. HEX triplet: EA, 77 and D0. RGB value is (234,119,208). Sum of RGB (Red+Green+Blue) = 234+119+208=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77D0 is #15882F. Grayscale: #A3A3A3. Windows color (decimal): -1411120 or 13662186. OLE color: 13662186.

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

Color convert

RGB 234 119 208 -
CMYK 0 0.49 0.11 0.08
HSL 313.57º 0.73% 0.69% -
HSV(B) 313.57º 0.49% 0.92% -
XYZ 51.91 35.24 63.74 -
YUV 163.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 234 119 208 0 0.49 0.11 0.08 313.57 0.73 0.69
Hex EA 77 D0 0 31 B 8 13A 49 45
Octal 352 167 320 0 61 13 10 472 111 105
Binary 11101010 1110111 11010000 0 110001 1011 1000 100111010 1001001 1000101

Color Harmonies of #EA77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77D0

Black with #EA77D0

Text Example


Text Example

White with #EA77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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