Html Css Color HEX #EB72D0 Orchid

📋 copy color: '#EB72D0'

red 235 ◦ green 114 ◦ blue 208

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

Shades of Orchid #EB72D0

Tints of Orchid #EB72D0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.47%

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

R = 42.19%
G = 20.47%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB72D0 (or 0xEB72D0) is known color: Orchid. HEX triplet: EB, 72 and D0. RGB value is (235,114,208). Sum of RGB (Red+Green+Blue) = 235+114+208=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72D0 is #148D2F. Grayscale: #A0A0A0. Windows color (decimal): -1346864 or 13660907. OLE color: 13660907.

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

Color convert

RGB 235 114 208 -
CMYK 0 0.51 0.11 0.08
HSL 313.39º 0.75% 0.68% -
HSV(B) 313.39º 0.51% 0.92% -
XYZ 51.66 34.25 63.56 -
YUV 160.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 235 114 208 0 0.51 0.11 0.08 313.39 0.75 0.68
Hex EB 72 D0 0 33 B 8 139 4B 44
Octal 353 162 320 0 63 13 10 471 113 104
Binary 11101011 1110010 11010000 0 110011 1011 1000 100111001 1001011 1000100

Color Harmonies of #EB72D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72D0

Black with #EB72D0

Text Example


Text Example

White with #EB72D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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