Html Css Color HEX #EF6983 Deep Blush

📋 copy color: '#EF6983'

red 239 ◦ green 105 ◦ blue 131

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

Shades of Deep Blush #EF6983

Tints of Deep Blush #EF6983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.58%

R = 50.32%
G = 22.11%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF6983 (or 0xEF6983) is known color: Deep Blush. HEX triplet: EF, 69 and 83. RGB value is (239,105,131). Sum of RGB (Red+Green+Blue) = 239+105+131=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6983 is #10967C. Grayscale: #949494. Windows color (decimal): -1087101 or 8612335. OLE color: 8612335.

HSL color Cylindrical-coordinate representation of color #EF6983: hue angle of 348.36º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6983 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 131 -
CMYK 0 0.56 0.45 0.06
HSL 348.36º 0.81% 0.67% -
HSV(B) 348.36º 0.56% 0.94% -
XYZ 44.74 30.09 24.92 -
YUV 148.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 239 105 131 0 0.56 0.45 0.06 348.36 0.81 0.67
Hex EF 69 83 0 38 2D 6 15C 51 43
Octal 357 151 203 0 70 55 6 534 121 103
Binary 11101111 1101001 10000011 0 111000 101101 110 101011100 1010001 1000011

Color Harmonies of #EF6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6983

Black with #EF6983

Text Example


Text Example

White with #EF6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6983; }

 p { color: rgb(239,105,131); }

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

background-color css

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

 a { background-color: rgb(239,105,131); }

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

border-color css

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

 span { border-color: rgb(239,105,131); }

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