Html Css Color HEX #EFBBD5 Classic Rose

📋 copy color: '#EFBBD5'

red 239 ◦ green 187 ◦ blue 213

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

Shades of Classic Rose #EFBBD5

Tints of Classic Rose #EFBBD5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.26%

 BLUE value IS 213 (83.59% from 255) = 33.33%

R = 37.4%
G = 29.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFBBD5 (or 0xEFBBD5) is known color: Classic Rose. HEX triplet: EF, BB and D5. RGB value is (239,187,213). Sum of RGB (Red+Green+Blue) = 239+187+213=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD5 is #10442A. Grayscale: #CDCDCD. Windows color (decimal): -1066027 or 14007279. OLE color: 14007279.

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

Color convert

RGB 239 187 213 -
CMYK 0 0.22 0.11 0.06
HSL 330º 0.62% 0.84% -
HSV(B) 330º 0.22% 0.94% -
XYZ 65.38 58.7 70.83 -
YUV 205.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 239 187 213 0 0.22 0.11 0.06 330 0.62 0.84
Hex EF BB D5 0 16 B 6 14A 3E 54
Octal 357 273 325 0 26 13 6 512 76 124
Binary 11101111 10111011 11010101 0 10110 1011 110 101001010 111110 1010100

Color Harmonies of #EFBBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBD5

Black with #EFBBD5

Text Example


Text Example

White with #EFBBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBD5; }

 p { color: rgb(239,187,213); }

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

background-color css

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

 a { background-color: rgb(239,187,213); }

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

border-color css

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

 span { border-color: rgb(239,187,213); }

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