Html Css Color HEX #EB6FDE Orchid

📋 copy color: '#EB6FDE'

red 235 ◦ green 111 ◦ blue 222

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

Shades of Orchid #EB6FDE

Tints of Orchid #EB6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.54%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 41.37%
G = 19.54%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB6FDE (or 0xEB6FDE) is known color: Orchid. HEX triplet: EB, 6F and DE. RGB value is (235,111,222). Sum of RGB (Red+Green+Blue) = 235+111+222=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FDE is #149021. Grayscale: #A0A0A0. Windows color (decimal): -1347618 or 14577643. OLE color: 14577643.

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

Color convert

RGB 235 111 222 -
CMYK 0 0.53 0.06 0.08
HSL 306.29º 0.76% 0.68% -
HSV(B) 306.29º 0.53% 0.92% -
XYZ 53.13 34.3 72.93 -
YUV 160.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 235 111 222 0 0.53 0.06 0.08 306.29 0.76 0.68
Hex EB 6F DE 0 35 6 8 132 4C 44
Octal 353 157 336 0 65 6 10 462 114 104
Binary 11101011 1101111 11011110 0 110101 110 1000 100110010 1001100 1000100

Color Harmonies of #EB6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6FDE

Black with #EB6FDE

Text Example


Text Example

White with #EB6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6FDE; }

 p { color: rgb(235,111,222); }

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

background-color css

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

 a { background-color: rgb(235,111,222); }

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

border-color css

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

 span { border-color: rgb(235,111,222); }

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