Html Css Color HEX #EB79D4 Orchid

📋 copy color: '#EB79D4'

red 235 ◦ green 121 ◦ blue 212

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

Shades of Orchid #EB79D4

Tints of Orchid #EB79D4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.3%

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

R = 41.37%
G = 21.3%
B = 37.32%

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

#EB79D4 (or 0xEB79D4) is known color: Orchid. HEX triplet: EB, 79 and D4. RGB value is (235,121,212). Sum of RGB (Red+Green+Blue) = 235+121+212=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB79D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB79D4 is #14862B. Grayscale: #A5A5A5. Windows color (decimal): -1345068 or 13924843. OLE color: 13924843.

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

Color convert

RGB 235 121 212 -
CMYK 0 0.49 0.10 0.08
HSL 312.11º 0.74% 0.7% -
HSV(B) 312.11º 0.49% 0.92% -
XYZ 52.98 36.09 66.46 -
YUV 165.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 235 121 212 0 0.49 0.10 0.08 312.11 0.74 0.7
Hex EB 79 D4 0 31 A 8 138 4A 46
Octal 353 171 324 0 61 12 10 470 112 106
Binary 11101011 1111001 11010100 0 110001 1010 1000 100111000 1001010 1000110

Color Harmonies of #EB79D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB79D4

Black with #EB79D4

Text Example


Text Example

White with #EB79D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB79D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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