Html Css Color HEX #EA76DF Orchid

📋 copy color: '#EA76DF'

red 234 ◦ green 118 ◦ blue 223

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

Shades of Orchid #EA76DF

Tints of Orchid #EA76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.52%

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

R = 40.7%
G = 20.52%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA76DF (or 0xEA76DF) is known color: Orchid. HEX triplet: EA, 76 and DF. RGB value is (234,118,223). Sum of RGB (Red+Green+Blue) = 234+118+223=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76DF is #158920. Grayscale: #A4A4A4. Windows color (decimal): -1411361 or 14644970. OLE color: 14644970.

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

Color convert

RGB 234 118 223 -
CMYK 0 0.50 0.05 0.08
HSL 305.69º 0.73% 0.69% -
HSV(B) 305.69º 0.5% 0.92% -
XYZ 53.73 35.78 73.89 -
YUV 164.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 234 118 223 0 0.50 0.05 0.08 305.69 0.73 0.69
Hex EA 76 DF 0 32 5 8 132 49 45
Octal 352 166 337 0 62 5 10 462 111 105
Binary 11101010 1110110 11011111 0 110010 101 1000 100110010 1001001 1000101

Color Harmonies of #EA76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76DF

Black with #EA76DF

Text Example


Text Example

White with #EA76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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