Html Css Color HEX #EFADC3 Cupid

📋 copy color: '#EFADC3'

red 239 ◦ green 173 ◦ blue 195

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

Shades of Cupid #EFADC3

Tints of Cupid #EFADC3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.5%

 BLUE value IS 195 (76.56% from 255) = 32.13%

R = 39.37%
G = 28.5%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFADC3 (or 0xEFADC3) is known color: Cupid. HEX triplet: EF, AD and C3. RGB value is (239,173,195). Sum of RGB (Red+Green+Blue) = 239+173+195=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC3 is #10523C. Grayscale: #C3C3C3. Windows color (decimal): -1069629 or 12824047. OLE color: 12824047.

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

Color convert

RGB 239 173 195 -
CMYK 0 0.28 0.18 0.06
HSL 340º 0.67% 0.81% -
HSV(B) 340º 0.28% 0.94% -
XYZ 60.39 52.18 58.52 -
YUV 195.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 239 173 195 0 0.28 0.18 0.06 340 0.67 0.81
Hex EF AD C3 0 1C 12 6 154 43 51
Octal 357 255 303 0 34 22 6 524 103 121
Binary 11101111 10101101 11000011 0 11100 10010 110 101010100 1000011 1010001

Color Harmonies of #EFADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADC3

Black with #EFADC3

Text Example


Text Example

White with #EFADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADC3; }

 p { color: rgb(239,173,195); }

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

background-color css

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

 a { background-color: rgb(239,173,195); }

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

border-color css

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

 span { border-color: rgb(239,173,195); }

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