Html Css Color HEX #EF838F Carissma

📋 copy color: '#EF838F'

red 239 ◦ green 131 ◦ blue 143

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

Shades of Carissma #EF838F

Tints of Carissma #EF838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.54%

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 46.59%
G = 25.54%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF838F (or 0xEF838F) is known color: Carissma. HEX triplet: EF, 83 and 8F. RGB value is (239,131,143). Sum of RGB (Red+Green+Blue) = 239+131+143=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF838F is #107C70. Grayscale: #A4A4A4. Windows color (decimal): -1080433 or 9405423. OLE color: 9405423.

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

Color convert

RGB 239 131 143 -
CMYK 0 0.45 0.40 0.06
HSL 353.33º 0.77% 0.73% -
HSV(B) 353.33º 0.45% 0.94% -
XYZ 48.67 36.57 30.48 -
YUV 164.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 239 131 143 0 0.45 0.40 0.06 353.33 0.77 0.73
Hex EF 83 8F 0 2D 28 6 161 4D 49
Octal 357 203 217 0 55 50 6 541 115 111
Binary 11101111 10000011 10001111 0 101101 101000 110 101100001 1001101 1001001

Color Harmonies of #EF838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF838F

Black with #EF838F

Text Example


Text Example

White with #EF838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF838F; }

 p { color: rgb(239,131,143); }

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

background-color css

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

 a { background-color: rgb(239,131,143); }

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

border-color css

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

 span { border-color: rgb(239,131,143); }

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