Html Css Color HEX #EB75D0 Orchid

📋 copy color: '#EB75D0'

red 235 ◦ green 117 ◦ blue 208

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

Shades of Orchid #EB75D0

Tints of Orchid #EB75D0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.89%

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

R = 41.96%
G = 20.89%
B = 37.14%

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

#EB75D0 (or 0xEB75D0) is known color: Orchid. HEX triplet: EB, 75 and D0. RGB value is (235,117,208). Sum of RGB (Red+Green+Blue) = 235+117+208=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB75D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB75D0 is #148A2F. Grayscale: #A2A2A2. Windows color (decimal): -1346096 or 13661675. OLE color: 13661675.

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

Color convert

RGB 235 117 208 -
CMYK 0 0.50 0.11 0.08
HSL 313.73º 0.75% 0.69% -
HSV(B) 313.73º 0.5% 0.92% -
XYZ 52.01 34.94 63.68 -
YUV 162.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 235 117 208 0 0.50 0.11 0.08 313.73 0.75 0.69
Hex EB 75 D0 0 32 B 8 13A 4B 45
Octal 353 165 320 0 62 13 10 472 113 105
Binary 11101011 1110101 11010000 0 110010 1011 1000 100111010 1001011 1000101

Color Harmonies of #EB75D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB75D0

Black with #EB75D0

Text Example


Text Example

White with #EB75D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB75D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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