Html Css Color HEX #EF638D Deep Blush

📋 copy color: '#EF638D'

red 239 ◦ green 99 ◦ blue 141

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

Shades of Deep Blush #EF638D

Tints of Deep Blush #EF638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.67%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 49.9%
G = 20.67%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF638D (or 0xEF638D) is known color: Deep Blush. HEX triplet: EF, 63 and 8D. RGB value is (239,99,141). Sum of RGB (Red+Green+Blue) = 239+99+141=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF638D is #109C72. Grayscale: #919191. Windows color (decimal): -1088627 or 9266159. OLE color: 9266159.

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

Color convert

RGB 239 99 141 -
CMYK 0 0.59 0.41 0.06
HSL 342º 0.81% 0.66% -
HSV(B) 342º 0.59% 0.94% -
XYZ 44.87 29.2 28.47 -
YUV 145.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 239 99 141 0 0.59 0.41 0.06 342 0.81 0.66
Hex EF 63 8D 0 3B 29 6 156 51 42
Octal 357 143 215 0 73 51 6 526 121 102
Binary 11101111 1100011 10001101 0 111011 101001 110 101010110 1010001 1000010

Color Harmonies of #EF638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF638D

Black with #EF638D

Text Example


Text Example

White with #EF638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF638D; }

 p { color: rgb(239,99,141); }

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

background-color css

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

 a { background-color: rgb(239,99,141); }

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

border-color css

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

 span { border-color: rgb(239,99,141); }

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