Html Css Color HEX #EF869C Carissma

📋 copy color: '#EF869C'

red 239 ◦ green 134 ◦ blue 156

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

Shades of Carissma #EF869C

Tints of Carissma #EF869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.33%

 BLUE value IS 156 (61.33% from 255) = 29.49%

R = 45.18%
G = 25.33%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF869C (or 0xEF869C) is known color: Carissma. HEX triplet: EF, 86 and 9C. RGB value is (239,134,156). Sum of RGB (Red+Green+Blue) = 239+134+156=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF869C is #107963. Grayscale: #A7A7A7. Windows color (decimal): -1079652 or 10258159. OLE color: 10258159.

HSL color Cylindrical-coordinate representation of color #EF869C: hue angle of 347.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF869C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 156 -
CMYK 0 0.44 0.35 0.06
HSL 347.43º 0.77% 0.73% -
HSV(B) 347.43º 0.44% 0.94% -
XYZ 50.12 37.8 36.11 -
YUV 167.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 239 134 156 0 0.44 0.35 0.06 347.43 0.77 0.73
Hex EF 86 9C 0 2C 23 6 15B 4D 49
Octal 357 206 234 0 54 43 6 533 115 111
Binary 11101111 10000110 10011100 0 101100 100011 110 101011011 1001101 1001001

Color Harmonies of #EF869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF869C

Black with #EF869C

Text Example


Text Example

White with #EF869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF869C; }

 p { color: rgb(239,134,156); }

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

background-color css

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

 a { background-color: rgb(239,134,156); }

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

border-color css

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

 span { border-color: rgb(239,134,156); }

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