Html Css Color HEX #EB6DDD Orchid

📋 copy color: '#EB6DDD'

red 235 ◦ green 109 ◦ blue 221

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

Shades of Orchid #EB6DDD

Tints of Orchid #EB6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.29%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 41.59%
G = 19.29%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB6DDD (or 0xEB6DDD) is known color: Orchid. HEX triplet: EB, 6D and DD. RGB value is (235,109,221). Sum of RGB (Red+Green+Blue) = 235+109+221=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DDD is #149222. Grayscale: #9F9F9F. Windows color (decimal): -1348131 or 14511595. OLE color: 14511595.

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

Color convert

RGB 235 109 221 -
CMYK 0 0.54 0.06 0.08
HSL 306.67º 0.76% 0.67% -
HSV(B) 306.67º 0.54% 0.92% -
XYZ 52.78 33.82 72.15 -
YUV 159.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 235 109 221 0 0.54 0.06 0.08 306.67 0.76 0.67
Hex EB 6D DD 0 36 6 8 133 4C 43
Octal 353 155 335 0 66 6 10 463 114 103
Binary 11101011 1101101 11011101 0 110110 110 1000 100110011 1001100 1000011

Color Harmonies of #EB6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6DDD

Black with #EB6DDD

Text Example


Text Example

White with #EB6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6DDD; }

 p { color: rgb(235,109,221); }

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

background-color css

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

 a { background-color: rgb(235,109,221); }

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

border-color css

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

 span { border-color: rgb(235,109,221); }

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