Html Css Color HEX #EF6FD8 Orchid

📋 copy color: '#EF6FD8'

red 239 ◦ green 111 ◦ blue 216

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

Shades of Orchid #EF6FD8

Tints of Orchid #EF6FD8

RGB

 RED value IS 239 (93.75% from 255) = 42.23%

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

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 42.23%
G = 19.61%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF6FD8 (or 0xEF6FD8) is known color: Orchid. HEX triplet: EF, 6F and D8. RGB value is (239,111,216). Sum of RGB (Red+Green+Blue) = 239+111+216=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FD8 is #109027. Grayscale: #A0A0A0. Windows color (decimal): -1085480 or 14184431. OLE color: 14184431.

HSL color Cylindrical-coordinate representation of color #EF6FD8: hue angle of 310.78º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FD8 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 111 216 -
CMYK 0 0.54 0.10 0.06
HSL 310.78º 0.8% 0.69% -
HSV(B) 310.78º 0.54% 0.94% -
XYZ 53.68 34.68 68.83 -
YUV 161.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 239 111 216 0 0.54 0.10 0.06 310.78 0.8 0.69
Hex EF 6F D8 0 36 A 6 137 50 45
Octal 357 157 330 0 66 12 6 467 120 105
Binary 11101111 1101111 11011000 0 110110 1010 110 100110111 1010000 1000101

Color Harmonies of #EF6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FD8

Black with #EF6FD8

Text Example


Text Example

White with #EF6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FD8; }

 p { color: rgb(239,111,216); }

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

background-color css

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

 a { background-color: rgb(239,111,216); }

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

border-color css

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

 span { border-color: rgb(239,111,216); }

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