Html Css Color HEX #E569EB Orchid

📋 copy color: '#E569EB'

red 229 ◦ green 105 ◦ blue 235

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

Shades of Orchid #E569EB

Tints of Orchid #E569EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.45%

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 40.25%
G = 18.45%
B = 41.3%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E569EB (or 0xE569EB) is known color: Orchid. HEX triplet: E5, 69 and EB. RGB value is (229,105,235). Sum of RGB (Red+Green+Blue) = 229+105+235=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #E569EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569EB is #1A9614. Grayscale: #9C9C9C. Windows color (decimal): -1742357 or 15428069. OLE color: 15428069.

HSL color Cylindrical-coordinate representation of color #E569EB: hue angle of 297.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E569EB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 105 235 -
CMYK 0.03 0.55 0 0.08
HSL 297.23º 0.76% 0.67% -
HSV(B) 297.23º 0.55% 0.92% -
XYZ 52.36 32.76 82.16 -
YUV 156.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 229 105 235 0.03 0.55 0 0.08 297.23 0.76 0.67
Hex E5 69 EB 3 37 0 8 129 4C 43
Octal 345 151 353 3 67 0 10 451 114 103
Binary 11100101 1101001 11101011 11 110111 0 1000 100101001 1001100 1000011

Color Harmonies of #E569EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E569EB

Black with #E569EB

Text Example


Text Example

White with #E569EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E569EB; }

 p { color: rgb(229,105,235); }

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

background-color css

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

 a { background-color: rgb(229,105,235); }

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

border-color css

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

 span { border-color: rgb(229,105,235); }

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