Html Css Color HEX #EB72DF Orchid

📋 copy color: '#EB72DF'

red 235 ◦ green 114 ◦ blue 223

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

Shades of Orchid #EB72DF

Tints of Orchid #EB72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 41.08%
G = 19.93%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB72DF (or 0xEB72DF) is known color: Orchid. HEX triplet: EB, 72 and DF. RGB value is (235,114,223). Sum of RGB (Red+Green+Blue) = 235+114+223=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72DF is #148D20. Grayscale: #A2A2A2. Windows color (decimal): -1346849 or 14643947. OLE color: 14643947.

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

Color convert

RGB 235 114 223 -
CMYK 0 0.51 0.05 0.08
HSL 305.95º 0.75% 0.68% -
HSV(B) 305.95º 0.51% 0.92% -
XYZ 53.6 35.02 73.75 -
YUV 162.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 235 114 223 0 0.51 0.05 0.08 305.95 0.75 0.68
Hex EB 72 DF 0 33 5 8 132 4B 44
Octal 353 162 337 0 63 5 10 462 113 104
Binary 11101011 1110010 11011111 0 110011 101 1000 100110010 1001011 1000100

Color Harmonies of #EB72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72DF

Black with #EB72DF

Text Example


Text Example

White with #EB72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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