Html Css Color HEX #EB77D0 Orchid

📋 copy color: '#EB77D0'

red 235 ◦ green 119 ◦ blue 208

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

Shades of Orchid #EB77D0

Tints of Orchid #EB77D0

RGB

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

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

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

R = 41.81%
G = 21.17%
B = 37.01%

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

#EB77D0 (or 0xEB77D0) is known color: Orchid. HEX triplet: EB, 77 and D0. RGB value is (235,119,208). Sum of RGB (Red+Green+Blue) = 235+119+208=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77D0 is #14882F. Grayscale: #A3A3A3. Windows color (decimal): -1345584 or 13662187. OLE color: 13662187.

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

Color convert

RGB 235 119 208 -
CMYK 0 0.49 0.11 0.08
HSL 313.97º 0.74% 0.69% -
HSV(B) 313.97º 0.49% 0.92% -
XYZ 52.24 35.41 63.76 -
YUV 163.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 235 119 208 0 0.49 0.11 0.08 313.97 0.74 0.69
Hex EB 77 D0 0 31 B 8 13A 4A 45
Octal 353 167 320 0 61 13 10 472 112 105
Binary 11101011 1110111 11010000 0 110001 1011 1000 100111010 1001010 1000101

Color Harmonies of #EB77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77D0

Black with #EB77D0

Text Example


Text Example

White with #EB77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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