Html Css Color HEX #EB70DC Orchid

📋 copy color: '#EB70DC'

red 235 ◦ green 112 ◦ blue 220

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

Shades of Orchid #EB70DC

Tints of Orchid #EB70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.75%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 41.45%
G = 19.75%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB70DC (or 0xEB70DC) is known color: Orchid. HEX triplet: EB, 70 and DC. RGB value is (235,112,220). Sum of RGB (Red+Green+Blue) = 235+112+220=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70DC is #148F23. Grayscale: #A0A0A0. Windows color (decimal): -1347364 or 14446827. OLE color: 14446827.

HSL color Cylindrical-coordinate representation of color #EB70DC: hue angle of 307.32º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB70DC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 112 220 -
CMYK 0 0.52 0.06 0.08
HSL 307.32º 0.75% 0.68% -
HSV(B) 307.32º 0.52% 0.92% -
XYZ 52.97 34.42 71.56 -
YUV 161.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 235 112 220 0 0.52 0.06 0.08 307.32 0.75 0.68
Hex EB 70 DC 0 34 6 8 133 4B 44
Octal 353 160 334 0 64 6 10 463 113 104
Binary 11101011 1110000 11011100 0 110100 110 1000 100110011 1001011 1000100

Color Harmonies of #EB70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70DC

Black with #EB70DC

Text Example


Text Example

White with #EB70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70DC; }

 p { color: rgb(235,112,220); }

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

background-color css

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

 a { background-color: rgb(235,112,220); }

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

border-color css

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

 span { border-color: rgb(235,112,220); }

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