Html Css Color HEX #EF729A Carissma

📋 copy color: '#EF729A'

red 239 ◦ green 114 ◦ blue 154

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

Shades of Carissma #EF729A

Tints of Carissma #EF729A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 47.14%
G = 22.49%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF729A (or 0xEF729A) is known color: Carissma. HEX triplet: EF, 72 and 9A. RGB value is (239,114,154). Sum of RGB (Red+Green+Blue) = 239+114+154=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF729A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF729A is #108D65. Grayscale: #9B9B9B. Windows color (decimal): -1084774 or 10121967. OLE color: 10121967.

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

Color convert

RGB 239 114 154 -
CMYK 0 0.52 0.36 0.06
HSL 340.8º 0.8% 0.69% -
HSV(B) 340.8º 0.52% 0.94% -
XYZ 47.45 32.72 34.39 -
YUV 155.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 239 114 154 0 0.52 0.36 0.06 340.8 0.8 0.69
Hex EF 72 9A 0 34 24 6 155 50 45
Octal 357 162 232 0 64 44 6 525 120 105
Binary 11101111 1110010 10011010 0 110100 100100 110 101010101 1010000 1000101

Color Harmonies of #EF729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF729A

Black with #EF729A

Text Example


Text Example

White with #EF729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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