Html Css Color HEX #EB75D2 Orchid

📋 copy color: '#EB75D2'

red 235 ◦ green 117 ◦ blue 210

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

Shades of Orchid #EB75D2

Tints of Orchid #EB75D2

RGB

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

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

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

R = 41.81%
G = 20.82%
B = 37.37%

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

#EB75D2 (or 0xEB75D2) is known color: Orchid. HEX triplet: EB, 75 and D2. RGB value is (235,117,210). Sum of RGB (Red+Green+Blue) = 235+117+210=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB75D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB75D2 is #148A2D. Grayscale: #A2A2A2. Windows color (decimal): -1346094 or 13792747. OLE color: 13792747.

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

Color convert

RGB 235 117 210 -
CMYK 0 0.50 0.11 0.08
HSL 312.71º 0.75% 0.69% -
HSV(B) 312.71º 0.5% 0.92% -
XYZ 52.26 35.04 64.98 -
YUV 162.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 235 117 210 0 0.50 0.11 0.08 312.71 0.75 0.69
Hex EB 75 D2 0 32 B 8 139 4B 45
Octal 353 165 322 0 62 13 10 471 113 105
Binary 11101011 1110101 11010010 0 110010 1011 1000 100111001 1001011 1000101

Color Harmonies of #EB75D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB75D2

Black with #EB75D2

Text Example


Text Example

White with #EB75D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB75D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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