Html Css Color HEX #E469E8 Orchid

📋 copy color: '#E469E8'

red 228 ◦ green 105 ◦ blue 232

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

Shades of Orchid #E469E8

Tints of Orchid #E469E8

RGB

 RED value IS 228 (89.45% from 255) = 40.35%

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

 BLUE value IS 232 (91.02% from 255) = 41.06%

R = 40.35%
G = 18.58%
B = 41.06%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E469E8 (or 0xE469E8) is known color: Orchid. HEX triplet: E4, 69 and E8. RGB value is (228,105,232). Sum of RGB (Red+Green+Blue) = 228+105+232=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #E469E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E469E8 is #1B9617. Grayscale: #9B9B9B. Windows color (decimal): -1807896 or 15231460. OLE color: 15231460.

HSL color Cylindrical-coordinate representation of color #E469E8: hue angle of 298.11º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E469E8 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 228 105 232 -
CMYK 0.02 0.55 0 0.09
HSL 298.11º 0.73% 0.66% -
HSV(B) 298.11º 0.55% 0.91% -
XYZ 51.61 32.42 79.88 -
YUV 156.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 228 105 232 0.02 0.55 0 0.09 298.11 0.73 0.66
Hex E4 69 E8 2 37 0 9 12A 49 42
Octal 344 151 350 2 67 0 11 452 111 102
Binary 11100100 1101001 11101000 10 110111 0 1001 100101010 1001001 1000010

Color Harmonies of #E469E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E469E8

Black with #E469E8

Text Example


Text Example

White with #E469E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E469E8; }

 p { color: rgb(228,105,232); }

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

background-color css

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

 a { background-color: rgb(228,105,232); }

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

border-color css

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

 span { border-color: rgb(228,105,232); }

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