Html Css Color HEX #EFCCE3 Classic Rose

📋 copy color: '#EFCCE3'

red 239 ◦ green 204 ◦ blue 227

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

Shades of Classic Rose #EFCCE3

Tints of Classic Rose #EFCCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.88%

R = 35.67%
G = 30.45%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFCCE3 (or 0xEFCCE3) is known color: Classic Rose. HEX triplet: EF, CC and E3. RGB value is (239,204,227). Sum of RGB (Red+Green+Blue) = 239+204+227=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE3 is #10331C. Grayscale: #D9D9D9. Windows color (decimal): -1061661 or 14929135. OLE color: 14929135.

HSL color Cylindrical-coordinate representation of color #EFCCE3: hue angle of 320.57º 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 #EFCCE3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 227 -
CMYK 0 0.15 0.05 0.06
HSL 320.57º 0.52% 0.87% -
HSV(B) 320.57º 0.15% 0.94% -
XYZ 71.05 67.08 81.88 -
YUV 217.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 239 204 227 0 0.15 0.05 0.06 320.57 0.52 0.87
Hex EF CC E3 0 F 5 6 141 34 57
Octal 357 314 343 0 17 5 6 501 64 127
Binary 11101111 11001100 11100011 0 1111 101 110 101000001 110100 1010111

Color Harmonies of #EFCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCE3

Black with #EFCCE3

Text Example


Text Example

White with #EFCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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