Html Css Color HEX #E584D4 Orchid

📋 copy color: '#E584D4'

red 229 ◦ green 132 ◦ blue 212

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

Shades of Orchid #E584D4

Tints of Orchid #E584D4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.04%

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

R = 39.97%
G = 23.04%
B = 37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E584D4 (or 0xE584D4) is known color: Orchid. HEX triplet: E5, 84 and D4. RGB value is (229,132,212). Sum of RGB (Red+Green+Blue) = 229+132+212=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E584D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584D4 is #1A7B2B. Grayscale: #A9A9A9. Windows color (decimal): -1735468 or 13927653. OLE color: 13927653.

HSL color Cylindrical-coordinate representation of color #E584D4: hue angle of 310.52º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E584D4 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 132 212 -
CMYK 0 0.42 0.07 0.10
HSL 310.52º 0.65% 0.71% -
HSV(B) 310.52º 0.42% 0.9% -
XYZ 52.45 37.91 66.84 -
YUV 170.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 229 132 212 0 0.42 0.07 0.10 310.52 0.65 0.71
Hex E5 84 D4 0 2A 7 A 137 41 47
Octal 345 204 324 0 52 7 12 467 101 107
Binary 11100101 10000100 11010100 0 101010 111 1010 100110111 1000001 1000111

Color Harmonies of #E584D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E584D4

Black with #E584D4

Text Example


Text Example

White with #E584D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E584D4; }

 p { color: rgb(229,132,212); }

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

background-color css

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

 a { background-color: rgb(229,132,212); }

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

border-color css

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

 span { border-color: rgb(229,132,212); }

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