Html Css Color HEX #EFCCE1 Classic Rose

📋 copy color: '#EFCCE1'

red 239 ◦ green 204 ◦ blue 225

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

Shades of Classic Rose #EFCCE1

Tints of Classic Rose #EFCCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.54%

 BLUE value IS 225 (88.28% from 255) = 33.68%

R = 35.78%
G = 30.54%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFCCE1 (or 0xEFCCE1) is known color: Classic Rose. HEX triplet: EF, CC and E1. RGB value is (239,204,225). Sum of RGB (Red+Green+Blue) = 239+204+225=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE1 is #10331E. Grayscale: #D8D8D8. Windows color (decimal): -1061663 or 14798063. OLE color: 14798063.

HSL color Cylindrical-coordinate representation of color #EFCCE1: hue angle of 324º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCE1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 225 -
CMYK 0 0.15 0.06 0.06
HSL 324º 0.52% 0.87% -
HSV(B) 324º 0.15% 0.94% -
XYZ 70.78 66.97 80.43 -
YUV 216.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 239 204 225 0 0.15 0.06 0.06 324 0.52 0.87
Hex EF CC E1 0 F 6 6 144 34 57
Octal 357 314 341 0 17 6 6 504 64 127
Binary 11101111 11001100 11100001 0 1111 110 110 101000100 110100 1010111

Color Harmonies of #EFCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCE1

Black with #EFCCE1

Text Example


Text Example

White with #EFCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCE1; }

 p { color: rgb(239,204,225); }

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

background-color css

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

 a { background-color: rgb(239,204,225); }

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

border-color css

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

 span { border-color: rgb(239,204,225); }

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