Html Css Color HEX #EB73D4 Orchid

📋 copy color: '#EB73D4'

red 235 ◦ green 115 ◦ blue 212

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

Shades of Orchid #EB73D4

Tints of Orchid #EB73D4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.46%

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 41.81%
G = 20.46%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB73D4 (or 0xEB73D4) is known color: Orchid. HEX triplet: EB, 73 and D4. RGB value is (235,115,212). Sum of RGB (Red+Green+Blue) = 235+115+212=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73D4 is #148C2B. Grayscale: #A1A1A1. Windows color (decimal): -1346604 or 13923307. OLE color: 13923307.

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

Color convert

RGB 235 115 212 -
CMYK 0 0.51 0.10 0.08
HSL 311.5º 0.75% 0.69% -
HSV(B) 311.5º 0.51% 0.92% -
XYZ 52.28 34.68 66.23 -
YUV 161.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 235 115 212 0 0.51 0.10 0.08 311.5 0.75 0.69
Hex EB 73 D4 0 33 A 8 138 4B 45
Octal 353 163 324 0 63 12 10 470 113 105
Binary 11101011 1110011 11010100 0 110011 1010 1000 100111000 1001011 1000101

Color Harmonies of #EB73D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73D4

Black with #EB73D4

Text Example


Text Example

White with #EB73D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73D4; }

 p { color: rgb(235,115,212); }

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

background-color css

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

 a { background-color: rgb(235,115,212); }

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

border-color css

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

 span { border-color: rgb(235,115,212); }

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