Html Css Color HEX #ED7F9A Carissma

📋 copy color: '#ED7F9A'

red 237 ◦ green 127 ◦ blue 154

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

Shades of Carissma #ED7F9A

Tints of Carissma #ED7F9A

RGB

 RED value IS 237 (92.97% from 255) = 45.75%

 GREEN value IS 127 (50% from 255) = 24.52%

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

R = 45.75%
G = 24.52%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED7F9A (or 0xED7F9A) is known color: Carissma. HEX triplet: ED, 7F and 9A. RGB value is (237,127,154). Sum of RGB (Red+Green+Blue) = 237+127+154=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7F9A is #128065. Grayscale: #A2A2A2. Windows color (decimal): -1212518 or 10125293. OLE color: 10125293.

HSL color Cylindrical-coordinate representation of color #ED7F9A: hue angle of 345.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7F9A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 154 -
CMYK 0 0.46 0.35 0.07
HSL 345.27º 0.75% 0.71% -
HSV(B) 345.27º 0.46% 0.93% -
XYZ 48.35 35.52 34.88 -
YUV 162.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 237 127 154 0 0.46 0.35 0.07 345.27 0.75 0.71
Hex ED 7F 9A 0 2E 23 7 159 4B 47
Octal 355 177 232 0 56 43 7 531 113 107
Binary 11101101 1111111 10011010 0 101110 100011 111 101011001 1001011 1000111

Color Harmonies of #ED7F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F9A

Black with #ED7F9A

Text Example


Text Example

White with #ED7F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F9A; }

 p { color: rgb(237,127,154); }

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

background-color css

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

 a { background-color: rgb(237,127,154); }

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

border-color css

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

 span { border-color: rgb(237,127,154); }

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