Html Css Color HEX #EA77DF Orchid

📋 copy color: '#EA77DF'

red 234 ◦ green 119 ◦ blue 223

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

Shades of Orchid #EA77DF

Tints of Orchid #EA77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 40.63%
G = 20.66%
B = 38.72%

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

#EA77DF (or 0xEA77DF) is known color: Orchid. HEX triplet: EA, 77 and DF. RGB value is (234,119,223). Sum of RGB (Red+Green+Blue) = 234+119+223=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77DF is #158820. Grayscale: #A4A4A4. Windows color (decimal): -1411105 or 14645226. OLE color: 14645226.

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

Color convert

RGB 234 119 223 -
CMYK 0 0.49 0.05 0.08
HSL 305.74º 0.73% 0.69% -
HSV(B) 305.74º 0.49% 0.92% -
XYZ 53.85 36.01 73.93 -
YUV 165.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 234 119 223 0 0.49 0.05 0.08 305.74 0.73 0.69
Hex EA 77 DF 0 31 5 8 132 49 45
Octal 352 167 337 0 61 5 10 462 111 105
Binary 11101010 1110111 11011111 0 110001 101 1000 100110010 1001001 1000101

Color Harmonies of #EA77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77DF

Black with #EA77DF

Text Example


Text Example

White with #EA77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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