Html Css Color HEX #EB77D6 Orchid

📋 copy color: '#EB77D6'

red 235 ◦ green 119 ◦ blue 214

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

Shades of Orchid #EB77D6

Tints of Orchid #EB77D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 41.37%
G = 20.95%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB77D6 (or 0xEB77D6) is known color: Orchid. HEX triplet: EB, 77 and D6. RGB value is (235,119,214). Sum of RGB (Red+Green+Blue) = 235+119+214=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77D6 is #148829. Grayscale: #A4A4A4. Windows color (decimal): -1345578 or 14055403. OLE color: 14055403.

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

Color convert

RGB 235 119 214 -
CMYK 0 0.49 0.09 0.08
HSL 310.86º 0.74% 0.69% -
HSV(B) 310.86º 0.49% 0.92% -
XYZ 53 35.71 67.72 -
YUV 164.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 235 119 214 0 0.49 0.09 0.08 310.86 0.74 0.69
Hex EB 77 D6 0 31 9 8 137 4A 45
Octal 353 167 326 0 61 11 10 467 112 105
Binary 11101011 1110111 11010110 0 110001 1001 1000 100110111 1001010 1000101

Color Harmonies of #EB77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77D6

Black with #EB77D6

Text Example


Text Example

White with #EB77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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