Html Css Color HEX #EF829F Carissma

📋 copy color: '#EF829F'

red 239 ◦ green 130 ◦ blue 159

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

Shades of Carissma #EF829F

Tints of Carissma #EF829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.62%

 BLUE value IS 159 (62.5% from 255) = 30.11%

R = 45.27%
G = 24.62%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF829F (or 0xEF829F) is known color: Carissma. HEX triplet: EF, 82 and 9F. RGB value is (239,130,159). Sum of RGB (Red+Green+Blue) = 239+130+159=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF829F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF829F is #107D60. Grayscale: #A5A5A5. Windows color (decimal): -1080673 or 10453743. OLE color: 10453743.

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

Color convert

RGB 239 130 159 -
CMYK 0 0.46 0.33 0.06
HSL 344.04º 0.77% 0.72% -
HSV(B) 344.04º 0.46% 0.94% -
XYZ 49.84 36.82 37.28 -
YUV 165.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 239 130 159 0 0.46 0.33 0.06 344.04 0.77 0.72
Hex EF 82 9F 0 2E 21 6 158 4D 48
Octal 357 202 237 0 56 41 6 530 115 110
Binary 11101111 10000010 10011111 0 101110 100001 110 101011000 1001101 1001000

Color Harmonies of #EF829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF829F

Black with #EF829F

Text Example


Text Example

White with #EF829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF829F; }

 p { color: rgb(239,130,159); }

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

background-color css

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

 a { background-color: rgb(239,130,159); }

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

border-color css

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

 span { border-color: rgb(239,130,159); }

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