Html Css Color HEX #EFBFD6 Classic Rose

📋 copy color: '#EFBFD6'

red 239 ◦ green 191 ◦ blue 214

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

Shades of Classic Rose #EFBFD6

Tints of Classic Rose #EFBFD6

RGB

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

 GREEN value IS 191 (75% from 255) = 29.66%

 BLUE value IS 214 (83.98% from 255) = 33.23%

R = 37.11%
G = 29.66%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFBFD6 (or 0xEFBFD6) is known color: Classic Rose. HEX triplet: EF, BF and D6. RGB value is (239,191,214). Sum of RGB (Red+Green+Blue) = 239+191+214=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD6 is #104029. Grayscale: #CFCFCF. Windows color (decimal): -1065002 or 14073839. OLE color: 14073839.

HSL color Cylindrical-coordinate representation of color #EFBFD6: hue angle of 331.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFD6 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 214 -
CMYK 0 0.20 0.10 0.06
HSL 331.25º 0.6% 0.84% -
HSV(B) 331.25º 0.2% 0.94% -
XYZ 66.37 60.47 71.79 -
YUV 207.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 239 191 214 0 0.20 0.10 0.06 331.25 0.6 0.84
Hex EF BF D6 0 14 A 6 14B 3C 54
Octal 357 277 326 0 24 12 6 513 74 124
Binary 11101111 10111111 11010110 0 10100 1010 110 101001011 111100 1010100

Color Harmonies of #EFBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFD6

Black with #EFBFD6

Text Example


Text Example

White with #EFBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFD6; }

 p { color: rgb(239,191,214); }

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

background-color css

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

 a { background-color: rgb(239,191,214); }

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

border-color css

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

 span { border-color: rgb(239,191,214); }

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