Html Css Color HEX #EB72D8 Orchid

📋 copy color: '#EB72D8'

red 235 ◦ green 114 ◦ blue 216

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

Shades of Orchid #EB72D8

Tints of Orchid #EB72D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.23%

R = 41.59%
G = 20.18%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB72D8 (or 0xEB72D8) is known color: Orchid. HEX triplet: EB, 72 and D8. RGB value is (235,114,216). Sum of RGB (Red+Green+Blue) = 235+114+216=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72D8 is #148D27. Grayscale: #A1A1A1. Windows color (decimal): -1346856 or 14185195. OLE color: 14185195.

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

Color convert

RGB 235 114 216 -
CMYK 0 0.51 0.08 0.08
HSL 309.42º 0.75% 0.68% -
HSV(B) 309.42º 0.51% 0.92% -
XYZ 52.67 34.65 68.88 -
YUV 161.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 235 114 216 0 0.51 0.08 0.08 309.42 0.75 0.68
Hex EB 72 D8 0 33 8 8 135 4B 44
Octal 353 162 330 0 63 10 10 465 113 104
Binary 11101011 1110010 11011000 0 110011 1000 1000 100110101 1001011 1000100

Color Harmonies of #EB72D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72D8

Black with #EB72D8

Text Example


Text Example

White with #EB72D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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