Html Css Color HEX #E66FE4 Orchid

📋 copy color: '#E66FE4'

red 230 ◦ green 111 ◦ blue 228

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

Shades of Orchid #E66FE4

Tints of Orchid #E66FE4

RGB

 RED value IS 230 (90.23% from 255) = 40.42%

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

 BLUE value IS 228 (89.45% from 255) = 40.07%

R = 40.42%
G = 19.51%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E66FE4 (or 0xE66FE4) is known color: Orchid. HEX triplet: E6, 6F and E4. RGB value is (230,111,228). Sum of RGB (Red+Green+Blue) = 230+111+228=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FE4 is #19901B. Grayscale: #9F9F9F. Windows color (decimal): -1675292 or 14970854. OLE color: 14970854.

HSL color Cylindrical-coordinate representation of color #E66FE4: hue angle of 301.01º degrees, saturation: 0.7, 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 #E66FE4 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 111 228 -
CMYK 0 0.52 0.01 0.10
HSL 301.01º 0.7% 0.67% -
HSV(B) 301.01º 0.52% 0.9% -
XYZ 52.32 33.79 77.16 -
YUV 159.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 230 111 228 0 0.52 0.01 0.10 301.01 0.7 0.67
Hex E6 6F E4 0 34 1 A 12D 46 43
Octal 346 157 344 0 64 1 12 455 106 103
Binary 11100110 1101111 11100100 0 110100 1 1010 100101101 1000110 1000011

Color Harmonies of #E66FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FE4

Black with #E66FE4

Text Example


Text Example

White with #E66FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FE4; }

 p { color: rgb(230,111,228); }

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

background-color css

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

 a { background-color: rgb(230,111,228); }

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

border-color css

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

 span { border-color: rgb(230,111,228); }

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