Html Css Color HEX #EB76D2 Orchid

📋 copy color: '#EB76D2'

red 235 ◦ green 118 ◦ blue 210

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

Shades of Orchid #EB76D2

Tints of Orchid #EB76D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.3%

R = 41.74%
G = 20.96%
B = 37.3%

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

#EB76D2 (or 0xEB76D2) is known color: Orchid. HEX triplet: EB, 76 and D2. RGB value is (235,118,210). Sum of RGB (Red+Green+Blue) = 235+118+210=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76D2 is #14892D. Grayscale: #A3A3A3. Windows color (decimal): -1345838 or 13793003. OLE color: 13793003.

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

Color convert

RGB 235 118 210 -
CMYK 0 0.50 0.11 0.08
HSL 312.82º 0.75% 0.69% -
HSV(B) 312.82º 0.5% 0.92% -
XYZ 52.37 35.27 65.02 -
YUV 163.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 235 118 210 0 0.50 0.11 0.08 312.82 0.75 0.69
Hex EB 76 D2 0 32 B 8 139 4B 45
Octal 353 166 322 0 62 13 10 471 113 105
Binary 11101011 1110110 11010010 0 110010 1011 1000 100111001 1001011 1000101

Color Harmonies of #EB76D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76D2

Black with #EB76D2

Text Example


Text Example

White with #EB76D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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