Html Css Color HEX #EF6985 Deep Blush

📋 copy color: '#EF6985'

red 239 ◦ green 105 ◦ blue 133

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

Shades of Deep Blush #EF6985

Tints of Deep Blush #EF6985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 50.1%
G = 22.01%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF6985 (or 0xEF6985) is known color: Deep Blush. HEX triplet: EF, 69 and 85. RGB value is (239,105,133). Sum of RGB (Red+Green+Blue) = 239+105+133=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6985 is #10967A. Grayscale: #949494. Windows color (decimal): -1087099 or 8743407. OLE color: 8743407.

HSL color Cylindrical-coordinate representation of color #EF6985: hue angle of 347.46º 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 #EF6985 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 133 -
CMYK 0 0.56 0.44 0.06
HSL 347.46º 0.81% 0.67% -
HSV(B) 347.46º 0.56% 0.94% -
XYZ 44.88 30.15 25.64 -
YUV 148.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 239 105 133 0 0.56 0.44 0.06 347.46 0.81 0.67
Hex EF 69 85 0 38 2C 6 15B 51 43
Octal 357 151 205 0 70 54 6 533 121 103
Binary 11101111 1101001 10000101 0 111000 101100 110 101011011 1010001 1000011

Color Harmonies of #EF6985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6985

Black with #EF6985

Text Example


Text Example

White with #EF6985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6985; }

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

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

background-color css

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

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

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

border-color css

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

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

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