Html Css Color HEX #E96FE4 Orchid

📋 copy color: '#E96FE4'

red 233 ◦ green 111 ◦ blue 228

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

Shades of Orchid #E96FE4

Tints of Orchid #E96FE4

RGB

 RED value IS 233 (91.41% from 255) = 40.73%

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

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

R = 40.73%
G = 19.41%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E96FE4 (or 0xE96FE4) is known color: Orchid. HEX triplet: E9, 6F and E4. RGB value is (233,111,228). Sum of RGB (Red+Green+Blue) = 233+111+228=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FE4 is #16901B. Grayscale: #A0A0A0. Windows color (decimal): -1478684 or 14970857. OLE color: 14970857.

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

Color convert

RGB 233 111 228 -
CMYK 0 0.52 0.02 0.09
HSL 302.46º 0.73% 0.67% -
HSV(B) 302.46º 0.52% 0.91% -
XYZ 53.29 34.29 77.21 -
YUV 160.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 233 111 228 0 0.52 0.02 0.09 302.46 0.73 0.67
Hex E9 6F E4 0 34 2 9 12E 49 43
Octal 351 157 344 0 64 2 11 456 111 103
Binary 11101001 1101111 11100100 0 110100 10 1001 100101110 1001001 1000011

Color Harmonies of #E96FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FE4

Black with #E96FE4

Text Example


Text Example

White with #E96FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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