Html Css Color HEX #EB78D2 Orchid

📋 copy color: '#EB78D2'

red 235 ◦ green 120 ◦ blue 210

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

Shades of Orchid #EB78D2

Tints of Orchid #EB78D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 41.59%
G = 21.24%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB78D2 (or 0xEB78D2) is known color: Orchid. HEX triplet: EB, 78 and D2. RGB value is (235,120,210). Sum of RGB (Red+Green+Blue) = 235+120+210=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78D2 is #14872D. Grayscale: #A4A4A4. Windows color (decimal): -1345326 or 13793515. OLE color: 13793515.

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

Color convert

RGB 235 120 210 -
CMYK 0 0.49 0.11 0.08
HSL 313.04º 0.74% 0.7% -
HSV(B) 313.04º 0.49% 0.92% -
XYZ 52.61 35.75 65.1 -
YUV 164.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 235 120 210 0 0.49 0.11 0.08 313.04 0.74 0.7
Hex EB 78 D2 0 31 B 8 139 4A 46
Octal 353 170 322 0 61 13 10 471 112 106
Binary 11101011 1111000 11010010 0 110001 1011 1000 100111001 1001010 1000110

Color Harmonies of #EB78D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78D2

Black with #EB78D2

Text Example


Text Example

White with #EB78D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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