Html Css Color HEX #EB78D4 Orchid

📋 copy color: '#EB78D4'

red 235 ◦ green 120 ◦ blue 212

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

Shades of Orchid #EB78D4

Tints of Orchid #EB78D4

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.16%

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

R = 41.45%
G = 21.16%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB78D4 (or 0xEB78D4) is known color: Orchid. HEX triplet: EB, 78 and D4. RGB value is (235,120,212). Sum of RGB (Red+Green+Blue) = 235+120+212=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78D4 is #14872B. Grayscale: #A4A4A4. Windows color (decimal): -1345324 or 13924587. OLE color: 13924587.

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

Color convert

RGB 235 120 212 -
CMYK 0 0.49 0.10 0.08
HSL 312º 0.74% 0.7% -
HSV(B) 312º 0.49% 0.92% -
XYZ 52.86 35.85 66.42 -
YUV 164.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 235 120 212 0 0.49 0.10 0.08 312 0.74 0.7
Hex EB 78 D4 0 31 A 8 138 4A 46
Octal 353 170 324 0 61 12 10 470 112 106
Binary 11101011 1111000 11010100 0 110001 1010 1000 100111000 1001010 1000110

Color Harmonies of #EB78D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78D4

Black with #EB78D4

Text Example


Text Example

White with #EB78D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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