Html Css Color HEX #EFBCD4 Classic Rose

📋 copy color: '#EFBCD4'

red 239 ◦ green 188 ◦ blue 212

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

Shades of Classic Rose #EFBCD4

Tints of Classic Rose #EFBCD4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.42%

 BLUE value IS 212 (83.2% from 255) = 33.18%

R = 37.4%
G = 29.42%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFBCD4 (or 0xEFBCD4) is known color: Classic Rose. HEX triplet: EF, BC and D4. RGB value is (239,188,212). Sum of RGB (Red+Green+Blue) = 239+188+212=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD4 is #10432B. Grayscale: #CDCDCD. Windows color (decimal): -1065772 or 13941999. OLE color: 13941999.

HSL color Cylindrical-coordinate representation of color #EFBCD4: hue angle of 331.76º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCD4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 212 -
CMYK 0 0.21 0.11 0.06
HSL 331.76º 0.61% 0.84% -
HSV(B) 331.76º 0.21% 0.94% -
XYZ 65.46 59.07 70.24 -
YUV 205.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 239 188 212 0 0.21 0.11 0.06 331.76 0.61 0.84
Hex EF BC D4 0 15 B 6 14C 3D 54
Octal 357 274 324 0 25 13 6 514 75 124
Binary 11101111 10111100 11010100 0 10101 1011 110 101001100 111101 1010100

Color Harmonies of #EFBCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCD4

Black with #EFBCD4

Text Example


Text Example

White with #EFBCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCD4; }

 p { color: rgb(239,188,212); }

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

background-color css

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

 a { background-color: rgb(239,188,212); }

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

border-color css

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

 span { border-color: rgb(239,188,212); }

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