Html Css Color HEX #EB76DF Orchid

📋 copy color: '#EB76DF'

red 235 ◦ green 118 ◦ blue 223

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

Shades of Orchid #EB76DF

Tints of Orchid #EB76DF

RGB

 RED value IS 235 (92.19% from 255) = 40.8%

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

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

R = 40.8%
G = 20.49%
B = 38.72%

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

#EB76DF (or 0xEB76DF) is known color: Orchid. HEX triplet: EB, 76 and DF. RGB value is (235,118,223). Sum of RGB (Red+Green+Blue) = 235+118+223=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76DF is #148920. Grayscale: #A4A4A4. Windows color (decimal): -1345825 or 14644971. OLE color: 14644971.

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

Color convert

RGB 235 118 223 -
CMYK 0 0.50 0.05 0.08
HSL 306.15º 0.75% 0.69% -
HSV(B) 306.15º 0.5% 0.92% -
XYZ 54.06 35.95 73.9 -
YUV 164.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 235 118 223 0 0.50 0.05 0.08 306.15 0.75 0.69
Hex EB 76 DF 0 32 5 8 132 4B 45
Octal 353 166 337 0 62 5 10 462 113 105
Binary 11101011 1110110 11011111 0 110010 101 1000 100110010 1001011 1000101

Color Harmonies of #EB76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76DF

Black with #EB76DF

Text Example


Text Example

White with #EB76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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