Html Css Color HEX #E57BD5 Orchid

📋 copy color: '#E57BD5'

red 229 ◦ green 123 ◦ blue 213

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

Shades of Orchid #E57BD5

Tints of Orchid #E57BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.77%

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 40.53%
G = 21.77%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E57BD5 (or 0xE57BD5) is known color: Orchid. HEX triplet: E5, 7B and D5. RGB value is (229,123,213). Sum of RGB (Red+Green+Blue) = 229+123+213=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BD5 is #1A842A. Grayscale: #A4A4A4. Windows color (decimal): -1737771 or 13990885. OLE color: 13990885.

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

Color convert

RGB 229 123 213 -
CMYK 0 0.46 0.07 0.10
HSL 309.06º 0.67% 0.69% -
HSV(B) 309.06º 0.46% 0.9% -
XYZ 51.41 35.63 67.12 -
YUV 164.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 229 123 213 0 0.46 0.07 0.10 309.06 0.67 0.69
Hex E5 7B D5 0 2E 7 A 135 43 45
Octal 345 173 325 0 56 7 12 465 103 105
Binary 11100101 1111011 11010101 0 101110 111 1010 100110101 1000011 1000101

Color Harmonies of #E57BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57BD5

Black with #E57BD5

Text Example


Text Example

White with #E57BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57BD5; }

 p { color: rgb(229,123,213); }

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

background-color css

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

 a { background-color: rgb(229,123,213); }

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

border-color css

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

 span { border-color: rgb(229,123,213); }

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