Html Css Color HEX #EF729C Carissma

📋 copy color: '#EF729C'

red 239 ◦ green 114 ◦ blue 156

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

Shades of Carissma #EF729C

Tints of Carissma #EF729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.4%

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

R = 46.95%
G = 22.4%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF729C (or 0xEF729C) is known color: Carissma. HEX triplet: EF, 72 and 9C. RGB value is (239,114,156). Sum of RGB (Red+Green+Blue) = 239+114+156=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF729C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF729C is #108D63. Grayscale: #9C9C9C. Windows color (decimal): -1084772 or 10253039. OLE color: 10253039.

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

Color convert

RGB 239 114 156 -
CMYK 0 0.52 0.35 0.06
HSL 339.84º 0.8% 0.69% -
HSV(B) 339.84º 0.52% 0.94% -
XYZ 47.61 32.79 35.27 -
YUV 156.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 239 114 156 0 0.52 0.35 0.06 339.84 0.8 0.69
Hex EF 72 9C 0 34 23 6 154 50 45
Octal 357 162 234 0 64 43 6 524 120 105
Binary 11101111 1110010 10011100 0 110100 100011 110 101010100 1010000 1000101

Color Harmonies of #EF729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF729C

Black with #EF729C

Text Example


Text Example

White with #EF729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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