Html Css Color HEX #EFA7C5 Carnation Pink

📋 copy color: '#EFA7C5'

red 239 ◦ green 167 ◦ blue 197

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

Shades of Carnation Pink #EFA7C5

Tints of Carnation Pink #EFA7C5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.69%

 BLUE value IS 197 (77.34% from 255) = 32.67%

R = 39.64%
G = 27.69%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFA7C5 (or 0xEFA7C5) is known color: Carnation Pink. HEX triplet: EF, A7 and C5. RGB value is (239,167,197). Sum of RGB (Red+Green+Blue) = 239+167+197=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7C5 is #10583A. Grayscale: #BFBFBF. Windows color (decimal): -1071163 or 12953583. OLE color: 12953583.

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

Color convert

RGB 239 167 197 -
CMYK 0 0.30 0.18 0.06
HSL 335º 0.69% 0.8% -
HSV(B) 335º 0.3% 0.94% -
XYZ 59.49 50.02 59.34 -
YUV 191.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 239 167 197 0 0.30 0.18 0.06 335 0.69 0.8
Hex EF A7 C5 0 1E 12 6 14F 45 50
Octal 357 247 305 0 36 22 6 517 105 120
Binary 11101111 10100111 11000101 0 11110 10010 110 101001111 1000101 1010000

Color Harmonies of #EFA7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7C5

Black with #EFA7C5

Text Example


Text Example

White with #EFA7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7C5; }

 p { color: rgb(239,167,197); }

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

background-color css

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

 a { background-color: rgb(239,167,197); }

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

border-color css

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

 span { border-color: rgb(239,167,197); }

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