Html Css Color HEX #EF819E Carissma

📋 copy color: '#EF819E'

red 239 ◦ green 129 ◦ blue 158

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

Shades of Carissma #EF819E

Tints of Carissma #EF819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.52%

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

R = 45.44%
G = 24.52%
B = 30.04%

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

#EF819E (or 0xEF819E) is known color: Carissma. HEX triplet: EF, 81 and 9E. RGB value is (239,129,158). Sum of RGB (Red+Green+Blue) = 239+129+158=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF819E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF819E is #107E61. Grayscale: #A5A5A5. Windows color (decimal): -1080930 or 10387951. OLE color: 10387951.

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

Color convert

RGB 239 129 158 -
CMYK 0 0.46 0.34 0.06
HSL 344.18º 0.77% 0.72% -
HSV(B) 344.18º 0.46% 0.94% -
XYZ 49.62 36.52 36.78 -
YUV 165.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 239 129 158 0 0.46 0.34 0.06 344.18 0.77 0.72
Hex EF 81 9E 0 2E 22 6 158 4D 48
Octal 357 201 236 0 56 42 6 530 115 110
Binary 11101111 10000001 10011110 0 101110 100010 110 101011000 1001101 1001000

Color Harmonies of #EF819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF819E

Black with #EF819E

Text Example


Text Example

White with #EF819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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