Html Css Color HEX #EFCBE2 Classic Rose

📋 copy color: '#EFCBE2'

red 239 ◦ green 203 ◦ blue 226

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

Shades of Classic Rose #EFCBE2

Tints of Classic Rose #EFCBE2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.39%

 BLUE value IS 226 (88.67% from 255) = 33.83%

R = 35.78%
G = 30.39%
B = 33.83%

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

#EFCBE2 (or 0xEFCBE2) is known color: Classic Rose. HEX triplet: EF, CB and E2. RGB value is (239,203,226). Sum of RGB (Red+Green+Blue) = 239+203+226=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBE2 is #10341D. Grayscale: #D8D8D8. Windows color (decimal): -1061918 or 14863343. OLE color: 14863343.

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

Color convert

RGB 239 203 226 -
CMYK 0 0.15 0.05 0.06
HSL 321.67º 0.53% 0.87% -
HSV(B) 321.67º 0.15% 0.94% -
XYZ 70.68 66.55 81.07 -
YUV 216.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 239 203 226 0 0.15 0.05 0.06 321.67 0.53 0.87
Hex EF CB E2 0 F 5 6 142 35 57
Octal 357 313 342 0 17 5 6 502 65 127
Binary 11101111 11001011 11100010 0 1111 101 110 101000010 110101 1010111

Color Harmonies of #EFCBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBE2

Black with #EFCBE2

Text Example


Text Example

White with #EFCBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBE2; }

 p { color: rgb(239,203,226); }

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

background-color css

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

 a { background-color: rgb(239,203,226); }

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

border-color css

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

 span { border-color: rgb(239,203,226); }

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