Html Css Color HEX #E56FDA Orchid

📋 copy color: '#E56FDA'

red 229 ◦ green 111 ◦ blue 218

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

Shades of Orchid #E56FDA

Tints of Orchid #E56FDA

RGB

 RED value IS 229 (89.84% from 255) = 41.04%

 GREEN value IS 111 (43.75% from 255) = 19.89%

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 41.04%
G = 19.89%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E56FDA (or 0xE56FDA) is known color: Orchid. HEX triplet: E5, 6F and DA. RGB value is (229,111,218). Sum of RGB (Red+Green+Blue) = 229+111+218=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FDA is #1A9025. Grayscale: #9E9E9E. Windows color (decimal): -1740838 or 14315493. OLE color: 14315493.

HSL color Cylindrical-coordinate representation of color #E56FDA: hue angle of 305.59º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FDA is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 111 218 -
CMYK 0 0.52 0.05 0.10
HSL 305.59º 0.69% 0.67% -
HSV(B) 305.59º 0.52% 0.9% -
XYZ 50.65 33.09 70.05 -
YUV 158.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 229 111 218 0 0.52 0.05 0.10 305.59 0.69 0.67
Hex E5 6F DA 0 34 5 A 132 45 43
Octal 345 157 332 0 64 5 12 462 105 103
Binary 11100101 1101111 11011010 0 110100 101 1010 100110010 1000101 1000011

Color Harmonies of #E56FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56FDA

Black with #E56FDA

Text Example


Text Example

White with #E56FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56FDA; }

 p { color: rgb(229,111,218); }

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

background-color css

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

 a { background-color: rgb(229,111,218); }

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

border-color css

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

 span { border-color: rgb(229,111,218); }

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