Html Css Color HEX #EFBEDB Classic Rose

📋 copy color: '#EFBEDB'

red 239 ◦ green 190 ◦ blue 219

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

Shades of Classic Rose #EFBEDB

Tints of Classic Rose #EFBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.32%

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 36.88%
G = 29.32%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFBEDB (or 0xEFBEDB) is known color: Classic Rose. HEX triplet: EF, BE and DB. RGB value is (239,190,219). Sum of RGB (Red+Green+Blue) = 239+190+219=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDB is #104124. Grayscale: #CFCFCF. Windows color (decimal): -1065253 or 14401263. OLE color: 14401263.

HSL color Cylindrical-coordinate representation of color #EFBEDB: hue angle of 324.49º degrees, saturation: 0.6, 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 #EFBEDB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 219 -
CMYK 0 0.21 0.08 0.06
HSL 324.49º 0.6% 0.84% -
HSV(B) 324.49º 0.21% 0.94% -
XYZ 66.8 60.29 75.13 -
YUV 207.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 239 190 219 0 0.21 0.08 0.06 324.49 0.6 0.84
Hex EF BE DB 0 15 8 6 144 3C 54
Octal 357 276 333 0 25 10 6 504 74 124
Binary 11101111 10111110 11011011 0 10101 1000 110 101000100 111100 1010100

Color Harmonies of #EFBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEDB

Black with #EFBEDB

Text Example


Text Example

White with #EFBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEDB; }

 p { color: rgb(239,190,219); }

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

background-color css

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

 a { background-color: rgb(239,190,219); }

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

border-color css

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

 span { border-color: rgb(239,190,219); }

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