Html Css Color HEX #EB77D3 Orchid

📋 copy color: '#EB77D3'

red 235 ◦ green 119 ◦ blue 211

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

Shades of Orchid #EB77D3

Tints of Orchid #EB77D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 41.59%
G = 21.06%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB77D3 (or 0xEB77D3) is known color: Orchid. HEX triplet: EB, 77 and D3. RGB value is (235,119,211). Sum of RGB (Red+Green+Blue) = 235+119+211=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77D3 is #14882C. Grayscale: #A3A3A3. Windows color (decimal): -1345581 or 13858795. OLE color: 13858795.

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

Color convert

RGB 235 119 211 -
CMYK 0 0.49 0.10 0.08
HSL 312.41º 0.74% 0.69% -
HSV(B) 312.41º 0.49% 0.92% -
XYZ 52.62 35.56 65.72 -
YUV 164.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 235 119 211 0 0.49 0.10 0.08 312.41 0.74 0.69
Hex EB 77 D3 0 31 A 8 138 4A 45
Octal 353 167 323 0 61 12 10 470 112 105
Binary 11101011 1110111 11010011 0 110001 1010 1000 100111000 1001010 1000101

Color Harmonies of #EB77D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77D3

Black with #EB77D3

Text Example


Text Example

White with #EB77D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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