Html Css Color HEX #EB76D1 Orchid

📋 copy color: '#EB76D1'

red 235 ◦ green 118 ◦ blue 209

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

Shades of Orchid #EB76D1

Tints of Orchid #EB76D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 41.81%
G = 21%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB76D1 (or 0xEB76D1) is known color: Orchid. HEX triplet: EB, 76 and D1. RGB value is (235,118,209). Sum of RGB (Red+Green+Blue) = 235+118+209=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76D1 is #14892E. Grayscale: #A3A3A3. Windows color (decimal): -1345839 or 13727467. OLE color: 13727467.

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

Color convert

RGB 235 118 209 -
CMYK 0 0.50 0.11 0.08
HSL 313.33º 0.75% 0.69% -
HSV(B) 313.33º 0.5% 0.92% -
XYZ 52.25 35.22 64.37 -
YUV 163.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 235 118 209 0 0.50 0.11 0.08 313.33 0.75 0.69
Hex EB 76 D1 0 32 B 8 139 4B 45
Octal 353 166 321 0 62 13 10 471 113 105
Binary 11101011 1110110 11010001 0 110010 1011 1000 100111001 1001011 1000101

Color Harmonies of #EB76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76D1

Black with #EB76D1

Text Example


Text Example

White with #EB76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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