Html Css Color HEX #EB76D4 Orchid

📋 copy color: '#EB76D4'

red 235 ◦ green 118 ◦ blue 212

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

Shades of Orchid #EB76D4

Tints of Orchid #EB76D4

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.88%

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

R = 41.59%
G = 20.88%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB76D4 (or 0xEB76D4) is known color: Orchid. HEX triplet: EB, 76 and D4. RGB value is (235,118,212). Sum of RGB (Red+Green+Blue) = 235+118+212=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76D4 is #14892B. Grayscale: #A3A3A3. Windows color (decimal): -1345836 or 13924075. OLE color: 13924075.

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

Color convert

RGB 235 118 212 -
CMYK 0 0.50 0.10 0.08
HSL 311.79º 0.75% 0.69% -
HSV(B) 311.79º 0.5% 0.92% -
XYZ 52.62 35.37 66.34 -
YUV 163.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 235 118 212 0 0.50 0.10 0.08 311.79 0.75 0.69
Hex EB 76 D4 0 32 A 8 138 4B 45
Octal 353 166 324 0 62 12 10 470 113 105
Binary 11101011 1110110 11010100 0 110010 1010 1000 100111000 1001011 1000101

Color Harmonies of #EB76D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76D4

Black with #EB76D4

Text Example


Text Example

White with #EB76D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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