Html Css Color HEX #EF829E Carissma

📋 copy color: '#EF829E'

red 239 ◦ green 130 ◦ blue 158

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

Shades of Carissma #EF829E

Tints of Carissma #EF829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.98%

R = 45.35%
G = 24.67%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF829E (or 0xEF829E) is known color: Carissma. HEX triplet: EF, 82 and 9E. RGB value is (239,130,158). Sum of RGB (Red+Green+Blue) = 239+130+158=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF829E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF829E is #107D61. Grayscale: #A5A5A5. Windows color (decimal): -1080674 or 10388207. OLE color: 10388207.

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

Color convert

RGB 239 130 158 -
CMYK 0 0.46 0.34 0.06
HSL 344.59º 0.77% 0.72% -
HSV(B) 344.59º 0.46% 0.94% -
XYZ 49.75 36.78 36.83 -
YUV 165.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 239 130 158 0 0.46 0.34 0.06 344.59 0.77 0.72
Hex EF 82 9E 0 2E 22 6 159 4D 48
Octal 357 202 236 0 56 42 6 531 115 110
Binary 11101111 10000010 10011110 0 101110 100010 110 101011001 1001101 1001000

Color Harmonies of #EF829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF829E

Black with #EF829E

Text Example


Text Example

White with #EF829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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