Html Css Color HEX #EF749A Carissma

📋 copy color: '#EF749A'

red 239 ◦ green 116 ◦ blue 154

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

Shades of Carissma #EF749A

Tints of Carissma #EF749A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.79%

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

R = 46.95%
G = 22.79%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF749A (or 0xEF749A) is known color: Carissma. HEX triplet: EF, 74 and 9A. RGB value is (239,116,154). Sum of RGB (Red+Green+Blue) = 239+116+154=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF749A is #108B65. Grayscale: #9D9D9D. Windows color (decimal): -1084262 or 10122479. OLE color: 10122479.

HSL color Cylindrical-coordinate representation of color #EF749A: hue angle of 341.46º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF749A is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 116 154 -
CMYK 0 0.51 0.36 0.06
HSL 341.46º 0.79% 0.7% -
HSV(B) 341.46º 0.51% 0.94% -
XYZ 47.67 33.17 34.46 -
YUV 157.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 239 116 154 0 0.51 0.36 0.06 341.46 0.79 0.7
Hex EF 74 9A 0 33 24 6 155 4F 46
Octal 357 164 232 0 63 44 6 525 117 106
Binary 11101111 1110100 10011010 0 110011 100100 110 101010101 1001111 1000110

Color Harmonies of #EF749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF749A

Black with #EF749A

Text Example


Text Example

White with #EF749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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