Html Css Color HEX #E76FDF Orchid

📋 copy color: '#E76FDF'

red 231 ◦ green 111 ◦ blue 223

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

Shades of Orchid #E76FDF

Tints of Orchid #E76FDF

RGB

 RED value IS 231 (90.63% from 255) = 40.88%

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 40.88%
G = 19.65%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E76FDF (or 0xE76FDF) is known color: Orchid. HEX triplet: E7, 6F and DF. RGB value is (231,111,223). Sum of RGB (Red+Green+Blue) = 231+111+223=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FDF is #189020. Grayscale: #9F9F9F. Windows color (decimal): -1609761 or 14643175. OLE color: 14643175.

HSL color Cylindrical-coordinate representation of color #E76FDF: hue angle of 304º degrees, saturation: 0.71, 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 #E76FDF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 223 -
CMYK 0 0.52 0.03 0.09
HSL 304º 0.71% 0.67% -
HSV(B) 304º 0.52% 0.91% -
XYZ 51.96 33.69 73.58 -
YUV 159.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 231 111 223 0 0.52 0.03 0.09 304 0.71 0.67
Hex E7 6F DF 0 34 3 9 130 47 43
Octal 347 157 337 0 64 3 11 460 107 103
Binary 11100111 1101111 11011111 0 110100 11 1001 100110000 1000111 1000011

Color Harmonies of #E76FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FDF

Black with #E76FDF

Text Example


Text Example

White with #E76FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FDF; }

 p { color: rgb(231,111,223); }

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

background-color css

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

 a { background-color: rgb(231,111,223); }

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

border-color css

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

 span { border-color: rgb(231,111,223); }

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